podman: Fix sha256

For some reason the archive sha256 has changed..
This commit is contained in:
adisbladis 2021-02-13 15:14:31 +01:00
parent 304617494b
commit a62f04d38e
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -22,7 +22,7 @@ buildGoModule rec {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "141ii271w2azvhl8ragrgzmir9iq9npl8wmh5dr31kvq4z4syxw1";
sha256 = "1dsriw2vjzjaddxdhl3wbj2ppnsyi29f4bjwc8lzyz20wfwx4ay4";
};
patches = [