gcolor2: sha1 -> sha256

related to: https://github.com/NixOS/nixpkgs/issues/77238
This commit is contained in:
Marek Fajkus 2020-01-07 18:19:12 +01:00
parent 2ff2533199
commit eb58df4e55
No known key found for this signature in database
GPG Key ID: 95585219BA6FE2CC

View File

@ -8,8 +8,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/project/gcolor2/gcolor2/${version}/gcolor2-${version}.tar.bz2";
sha1 = "e410a52dcff3d5c6c3d448b68a026d04ccd744be";
sha256 = "1siv54vwx9dbfcflklvf7pkp5lk6h3nn63flg6jzifz9wp0c84q6";
};
preConfigure = ''