From a2b50e39c0b99850c70ceaae8e2ada3e8813d2aa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 29 Apr 2026 03:21:33 +0000 Subject: [PATCH] viskores: 1.1.0 -> 1.1.1 --- pkgs/by-name/vi/viskores/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/vi/viskores/package.nix b/pkgs/by-name/vi/viskores/package.nix index bef28858b92b..5b8d167dd4dd 100644 --- a/pkgs/by-name/vi/viskores/package.nix +++ b/pkgs/by-name/vi/viskores/package.nix @@ -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 = [