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>
This commit is contained in:
aszlig 2013-08-02 10:49:39 +02:00
parent 1362d479cb
commit 9b9fa35ebd
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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 = ''