viskores: 1.1.0 -> 1.1.1 (#514659)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-21 07:30:04 +00:00
committed by GitHub
+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 = [