tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
boinc: 7.24.1 -> 7.24.2
R. Ryantm
2 years ago
9ca6747e
04ba740f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
misc
boinc
default.nix
+2
-2
pkgs/applications/science/misc/boinc/default.nix
···
27
27
28
28
stdenv.mkDerivation rec {
29
29
pname = "boinc";
30
30
-
version = "7.24.1";
30
30
+
version = "7.24.2";
31
31
32
32
src = fetchFromGitHub {
33
33
name = "${pname}-${version}-src";
34
34
owner = "BOINC";
35
35
repo = "boinc";
36
36
rev = "client_release/${lib.versions.majorMinor version}/${version}";
37
37
-
hash = "sha256-CAzAKxNHG8ew9v2B1jK7MxfWGwTfdmDncDe7QT+twd8=";
37
37
+
hash = "sha256-Aaoqf53wagCkzkZUs7mVbE2Z2P6GvxiQYxPrL6ahGqA=";
38
38
};
39
39
40
40
nativeBuildInputs = [ libtool automake autoconf m4 pkg-config ];