cagebreak: 2.4.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2025-04-27 22:31:58 +00:00
parent 88c834978e
commit a14e2285ea

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cagebreak";
version = "2.4.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "project-repo";
repo = "cagebreak";
tag = finalAttrs.version;
hash = "sha256-eJLYv9CalBTOQEOMRg/5ctHByrkA44pfS7K3H4XTdSc=";
hash = "sha256-vXRIZqFyywRettzriOArl1FGdzWdaeVOfYFZCiPLQZg=";
};
nativeBuildInputs = [