starkiller: 3.3.0 -> 3.4.0 (#508839)

This commit is contained in:
Nikolay Korotkiy
2026-04-11 12:04:09 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "starkiller";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "bc-security";
repo = "starkiller";
rev = "v${finalAttrs.version}";
hash = "sha256-tnU6Q5hVRwouII0wSHWrCDhrDySiH6qV5oxCSE+hDqk=";
hash = "sha256-odjS3OJFaLSHimK+Wn5GrfBs2jNTTMsN8SCDkexWPcQ=";
};
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-fkpYRnBEM/nUtdqnWMb7Trqa5SnCrdX7RUYgd73RGFE=";
hash = "sha256-BKhflhrJdDsZK9r7GnVDoiX21dUayewPYgm5XOpMdxc=";
};
buildPhase = ''