From db633dc4ddc08ca9384745236d3038ec04fd2445 Mon Sep 17 00:00:00 2001 From: qbisi Date: Thu, 20 Nov 2025 02:29:29 +0800 Subject: [PATCH] viskores: 1.0.0 -> 1.1.0 --- pkgs/by-name/vi/viskores/package.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/vi/viskores/package.nix b/pkgs/by-name/vi/viskores/package.nix index 76f248506fc3..bef28858b92b 100644 --- a/pkgs/by-name/vi/viskores/package.nix +++ b/pkgs/by-name/vi/viskores/package.nix @@ -13,23 +13,15 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "viskores"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "viskores"; repo = "viskores"; tag = "v${finalAttrs.version}"; - hash = "sha256-jKuDM/NPfbMIfNpDNsDpmXdKuVobsr3s9+iht1zBLvI="; + hash = "sha256-s399ZkUlKB1xvow+VcA3FQxd+GVlCJyx6KWLtl2Z3RY="; }; - patches = [ - # https://github.com/Viskores/viskores/pull/137 - (fetchpatch2 { - url = "https://github.com/Viskores/viskores/commit/36bf609511adb5530e6952bc14daefeafdf4ab11.patch?full_index=1"; - hash = "sha256-SKmgVZhkCk1/X17dLXZ8ceF9Pq1Kkc2sXuFdrvotsdo="; - }) - ]; - nativeBuildInputs = [ cmake ninja