groestlcoin: 22.0 -> 23.0

This commit is contained in:
gruve-p 2022-06-01 19:31:34 +02:00
parent 5a188dfbca
commit e208a5be03

View File

@ -24,7 +24,7 @@
}:
let
version = "22.0";
version = "23.0";
desktop = fetchurl {
url = "https://raw.githubusercontent.com/Groestlcoin/packaging/${version}/debian/groestlcoin-qt.desktop";
sha256 = "0mxwq4jvcip44a796iwz7n1ljkhl3a4p47z7qlsxcfxw3zmm0k0k";
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "Groestlcoin";
repo = "groestlcoin";
rev = "v${version}";
sha256 = "104zzcigpk976iqyinjn6mw3l36zb1if7249iz44ds1zaxv3g1v1";
sha256 = "1ag7wpaw4zssx1g482kziqr95yl2vk9r332689s3093xv9i9pz4s";
};
nativeBuildInputs = [ autoreconfHook pkg-config ]