conduit: 0.9.4 -> 0.9.5

R. Ryantm dc3cdbda fd997bd6

+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.4"; 18 + version = "0.9.5"; 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-xs/9hsE1DLCegXp3CHSl6qpC4ap+niNAWX5lNlUxz9E="; 25 + hash = "sha256-mX7/5C4wd70Kx1rQyo2BcZMwDRqvxo4fBdz3pq7PuvM="; 26 26 }; 27 27 28 28 nativeBuildInputs = [