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