zizmor: 1.11.0 -> 1.12.1

Change was already accepted in #433902 but reverted in
106b1418bc.

https://github.com/zizmorcore/zizmor/releases/tag/v1.12.1
https://github.com/zizmorcore/zizmor/releases/tag/v1.12.0
This commit is contained in:
Thomas Gerbet
2025-08-23 11:46:48 +02:00
parent ba8a0dcb85
commit f056e4a287
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zizmor";
version = "1.11.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "zizmorcore";
repo = "zizmor";
tag = "v${finalAttrs.version}";
hash = "sha256-zxEF76zpqwLroC5GjSkwIC3+XdXmErvabIEqhVe0zCA=";
hash = "sha256-GnKSbcsVYzbhsrwIUAEArltzQe0IE2tiIr2CqsMQyzk=";
};
cargoHash = "sha256-vxDyao9pX/CfS08vFmq3vXtgDIg5NXlEwpzroGW48dA=";
cargoHash = "sha256-wLJlaV59sAo97KI6Ekw42aaG6hVkul1wFvcC+71+Zp4=";
nativeBuildInputs = lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
installShellFiles