summary refs log tree commit diff
path: root/pkgs/development/python-modules/blivet
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-08-02 10:49:39 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-08-02 10:59:06 +0200
commit9b9fa35ebd30a9b86c6124be31fb1244a4207ead (patch)
tree96d1aafb12309b0375c5aa643dcf56d22821b6b6 /pkgs/development/python-modules/blivet
parent1362d479cbc13517d160a9a5e2a821aab94f23cf (diff)
downloadnixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar.gz
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar.bz2
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar.lz
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar.xz
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.tar.zst
nixpkgs-9b9fa35ebd30a9b86c6124be31fb1244a4207ead.zip
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/python-modules/blivet')
-rw-r--r--pkgs/development/python-modules/blivet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix
index 564b89347b5..403bb264892 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 = ''