starkiller: 3.1.0 -> 3.2.0 (#470925)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-16 19:14:02 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "starkiller";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "bc-security";
repo = "starkiller";
rev = "v${finalAttrs.version}";
hash = "sha256-KjEHbRhbXY57886uziRzUoA/MzK6QZx7/b1lrmIKsWc=";
hash = "sha256-sUrbM0uq6wmGEF++K869AQtwgTlCxKe6r9XPlYMicU8=";
};
yarnOfflineCache = fetchYarnDeps {