From 5b0503aa4d93510b932fed8ee04ee28d67579bab Mon Sep 17 00:00:00 2001 From: Julius Michaelis Date: Fri, 7 Feb 2025 13:59:21 +0900 Subject: [PATCH] ispc: 1.25.3 -> 1.26.0 second attempt, after r-ryantm bumped, and upstream moved the tag several times while saying that a tag is not considered a release --- pkgs/development/compilers/ispc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ispc/default.nix b/pkgs/development/compilers/ispc/default.nix index 7c3c7a0fdb38..cdfdeb0a6bc6 100644 --- a/pkgs/development/compilers/ispc/default.nix +++ b/pkgs/development/compilers/ispc/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { pname = "ispc"; - version = "1.25.3"; + version = "1.26.0"; dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566 @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-baTJNfhOSYfJJnrutkW06AIMXpVP3eBpEes0GSI1yGY="; + sha256 = "sha256-T8tFJaHkb6XpKA2s9tlNfJE7n0YJx30KTBIng+dmQ2c="; }; nativeBuildInputs = [