starkiller: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm
2026-04-11 04:10:09 +00:00
parent 05e9da8fdb
commit 61828db603
+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 = ''