lwgrp: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm
2024-06-28 18:59:29 +00:00
parent c8201d6eef
commit a52ef73d49
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lwgrp";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "LLNL";
repo = "lwgrp";
rev = "v${version}";
hash = "sha256-f0tYn9FbrOz8iMoG8Is8vYDNfYHTfxLKNnyxJA+Msdk=";
hash = "sha256-ZpxxcCqK+qdvnCvobeBV6htRF8wThiQgVFYgEigqmIE=";
};
outputs = [ "out" "dev" ];