From 9b9fa35ebd30a9b86c6124be31fb1244a4207ead Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 Aug 2013 10:49:39 +0200 Subject: [PATCH] blivet: Update sha256, as it changed upstream. The sha256 was magically changed upstream with the same contents but different timestamps, so let's update it. Thanks to @rbvermaa for noticing. Signed-off-by: aszlig --- pkgs/development/python-modules/blivet/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix index 564b89347b59..403bb264892f 100644 --- a/pkgs/development/python-modules/blivet/default.nix +++ b/pkgs/development/python-modules/blivet/default.nix @@ -18,7 +18,7 @@ in buildPythonPackage rec { src = fetchurl { url = "https://git.fedorahosted.org/cgit/blivet.git/snapshot/" + "${name}.tar.bz2"; - sha256 = "0b28q539657mqif0mn5dfqcpqv7gbyszg83gf2fv6z7q6206rnx5"; + sha256 = "1k3mws2q0ryb7422mml6idmaasz2i2v6ngyvg6d976dx090qnmci"; }; postPatch = ''