lol

ispc: 1.28.0 -> 1.28.1 (#435938)

authored by

Alexandre Esteves and committed by
GitHub
c4025707 c3e6e6ab

+2 -2
+2 -2
pkgs/by-name/is/ispc/package.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "ispc"; 24 - version = "1.28.0"; 24 + version = "1.28.1"; 25 25 26 26 dontFixCmake = true; # https://github.com/NixOS/nixpkgs/pull/232522#issuecomment-2133803566 27 27 ··· 29 29 owner = "ispc"; 30 30 repo = "ispc"; 31 31 rev = "v${version}"; 32 - sha256 = "sha256-JnJGpuhbABD6/93EBeDJH441nDlG4CKHcyOoTHJ3QcU="; 32 + sha256 = "sha256-ZgVkS/l6WVtIh10Q/WIWwFIuMqORdI4UwReTDML5wC4="; 33 33 }; 34 34 35 35 nativeBuildInputs = [