tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.checkseum: 0.3.4 → 0.4.0
Vincent Laporte
3 years ago
eaa176af
a5a5849f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
checkseum
default.nix
+2
-2
pkgs/development/ocaml-modules/checkseum/default.nix
···
6
}:
7
8
buildDunePackage rec {
9
-
version = "0.3.4";
10
pname = "checkseum";
11
12
minimalOCamlVersion = "4.07";
13
14
src = fetchurl {
15
url = "https://github.com/mirage/checkseum/releases/download/v${version}/checkseum-${version}.tbz";
16
-
sha256 = "sha256-BL4BOwxXORrkOOba4QjRSetm8bF9JmlKHSFPq24+1zg=";
17
};
18
19
buildInputs = [ dune-configurator ];
···
6
}:
7
8
buildDunePackage rec {
9
+
version = "0.4.0";
10
pname = "checkseum";
11
12
minimalOCamlVersion = "4.07";
13
14
src = fetchurl {
15
url = "https://github.com/mirage/checkseum/releases/download/v${version}/checkseum-${version}.tbz";
16
+
sha256 = "sha256-K6QPMts5+hxH2a+WQ1N0lwMBoshG2T0bSozNgzRvAlo=";
17
};
18
19
buildInputs = [ dune-configurator ];