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:
parent
1362d479cb
commit
9b9fa35ebd
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user