conduit: 0.9.3 -> 0.9.4 (#397943)

authored by Gaétan Lepage and committed by GitHub 5f95db39 d829db3a

+2 -2
+2 -2
pkgs/by-name/co/conduit/package.nix
··· 15 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "conduit"; 18 - version = "0.9.3"; 19 20 src = fetchFromGitHub { 21 owner = "LLNL"; 22 repo = "conduit"; 23 tag = "v${finalAttrs.version}"; 24 fetchSubmodules = true; 25 - hash = "sha256-R7DiMwaMG9VfqDJiO3kFPb76j6P2GZl/6qLxDfVex8A="; 26 }; 27 28 nativeBuildInputs = [
··· 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 = [