Skip to content

Commit

Permalink
pythonPackages.gst-python: fix source hash
Browse files Browse the repository at this point in the history
Commit 5e937b1
("gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs") bumped the version but not
the hash.
  • Loading branch information
bjornfor committed Feb 26, 2017
1 parent 5670d96 commit 392331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gstreamer/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
"${meta.homepage}/src/gst-python/${name}.tar.xz"
"mirror://gentoo/distfiles/${name}.tar.xz"
];
sha256 = "bdfa2d07dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8";
sha256 = "04l2hvvz9b0f3nyds1k3yfk5di8a91fpr6maj19c11mwp1s82l2r";
};

patches = [ ./different-path-with-pygobject.patch ];
Expand Down

2 comments on commit 392331a

@fpletz
Copy link
Member

@fpletz fpletz commented on 392331a Feb 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bjornfor. I was about to push a fix for that.

@fpletz
Copy link
Member

@fpletz fpletz commented on 392331a Feb 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nix-build -A gst_all_1 wasn't enough to build all gst packages. 😢

Please sign in to comment.