viskores: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-04-29 03:21:33 +00:00
parent 3b5aab53c1
commit a2b50e39c0
+2 -2
View File
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "viskores";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "viskores";
repo = "viskores";
tag = "v${finalAttrs.version}";
hash = "sha256-s399ZkUlKB1xvow+VcA3FQxd+GVlCJyx6KWLtl2Z3RY=";
hash = "sha256-fD0L+offvoeYa2yuJ828VRa4GA9/PiyXmxrFAei7u2w=";
};
nativeBuildInputs = [