vertcoin 0.18.0 -> 22.1 https://github.com/vertcoin-project/vertcoin-core/releases attrpath: vertcoin Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/blockchains/vertcoin/default.nix b/pkgs/applications/blockchains/vertcoin/default.nix index 90e4dd14a68..d382dacc2c6 100644 --- a/pkgs/applications/blockchains/vertcoin/default.nix +++ b/pkgs/applications/blockchains/vertcoin/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { pname = "vertcoin"; - version = "0.18.0"; + version = "22.1"; name = pname + toString (lib.optional (!withGui) "d") + "-" + version; @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { owner = pname + "-project"; repo = pname + "-core"; rev = "2bd6dba7a822400581d5a6014afd671fb7e61f36"; - sha256 = "ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk="; + sha256 = "sha256-ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk="; }; nativeBuildInputs = [ Source url did not change.