Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

groestlcoin: 24.0.1 -> 25.0 (#236499)

authored by gruve-p and committed by GitHub 3fc89747 80dcc617

+3 -2
+2 -2
pkgs/applications/blockchains/groestlcoin/default.nix
··· 32 in 33 stdenv.mkDerivation rec { 34 pname = if withGui then "groestlcoin" else "groestlcoind"; 35 - version = "24.0.1"; 36 37 src = fetchFromGitHub { 38 owner = "Groestlcoin"; 39 repo = "groestlcoin"; 40 rev = "v${version}"; 41 - sha256 = "0k14y3iv5l26r820wzkwqxi67kwh26i0yq20ffd72shicjs1d3qc"; 42 }; 43 44 nativeBuildInputs = [ autoreconfHook pkg-config ]
··· 32 in 33 stdenv.mkDerivation rec { 34 pname = if withGui then "groestlcoin" else "groestlcoind"; 35 + version = "25.0"; 36 37 src = fetchFromGitHub { 38 owner = "Groestlcoin"; 39 repo = "groestlcoin"; 40 rev = "v${version}"; 41 + sha256 = "03w5n3qjha63mgj7zk8q17x5j63la3i4li7bf5i1yw59ijqpmnqg"; 42 }; 43 44 nativeBuildInputs = [ autoreconfHook pkg-config ]
+1
pkgs/top-level/all-packages.nix
··· 36031 go-exploitdb = callPackage ../tools/security/go-exploitdb { }; 36032 36033 groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin { 36034 boost = boost17x; 36035 withGui = true; 36036 inherit (darwin) autoSignDarwinBinariesHook;
··· 36031 go-exploitdb = callPackage ../tools/security/go-exploitdb { }; 36032 36033 groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin { 36034 + stdenv = darwin.apple_sdk_11_0.stdenv; 36035 boost = boost17x; 36036 withGui = true; 36037 inherit (darwin) autoSignDarwinBinariesHook;