Skip to content

Commit 5f95db3

Browse files
authored
conduit: 0.9.3 -> 0.9.4 (NixOS#397943)
2 parents d829db3 + fd80643 commit 5f95db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/conduit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "conduit";
18-
version = "0.9.3";
18+
version = "0.9.4";
1919

2020
src = fetchFromGitHub {
2121
owner = "LLNL";
2222
repo = "conduit";
2323
tag = "v${finalAttrs.version}";
2424
fetchSubmodules = true;
25-
hash = "sha256-R7DiMwaMG9VfqDJiO3kFPb76j6P2GZl/6qLxDfVex8A=";
25+
hash = "sha256-xs/9hsE1DLCegXp3CHSl6qpC4ap+niNAWX5lNlUxz9E=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)