From 1bc91e43553d1c202f907f9b77682a5e35a54d28 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Wed, 27 Jan 2016 17:24:23 +0100 Subject: [PATCH] pithos: 1.1.1 -> 1.1.2 --- pkgs/applications/audio/pithos/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index 955c776d9044..4095d672f828 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -2,16 +2,17 @@ , gst_all_1, wrapGAppsHook }: pythonPackages.buildPythonPackage rec { - name = "pithos-${version}"; - version = "1.1.1"; + pname = "pithos"; + version = "1.1.2"; + name = "${pname}-${version}"; namePrefix = ""; src = fetchFromGitHub { - owner = "pithos"; - repo = "pithos"; + owner = pname; + repo = pname; rev = version; - sha256 = "0373z7g1wd3g1xl8m4ipx5n2ka67a2wcn387nyk8yvgdikm14jm3"; + sha256 = "0zk9clfawsnwmgjbk7y5d526ksxd1pkh09ln6sb06v4ygaiifcxp"; }; postPatch = ''