tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
conduit: 0.9.4 -> 0.9.5
R. Ryantm
5 months ago
dc3cdbda
fd997bd6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
conduit
package.nix
+2
-2
pkgs/by-name/co/conduit/package.nix
···
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "conduit";
18
-
version = "0.9.4";
19
20
src = fetchFromGitHub {
21
owner = "LLNL";
22
repo = "conduit";
23
tag = "v${finalAttrs.version}";
24
fetchSubmodules = true;
25
-
hash = "sha256-xs/9hsE1DLCegXp3CHSl6qpC4ap+niNAWX5lNlUxz9E=";
26
};
27
28
nativeBuildInputs = [
···
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "conduit";
18
+
version = "0.9.5";
19
20
src = fetchFromGitHub {
21
owner = "LLNL";
22
repo = "conduit";
23
tag = "v${finalAttrs.version}";
24
fetchSubmodules = true;
25
+
hash = "sha256-mX7/5C4wd70Kx1rQyo2BcZMwDRqvxo4fBdz3pq7PuvM=";
26
};
27
28
nativeBuildInputs = [