Merge pull request #284001 from r-ryantm/auto-update/cagebreak

cagebreak: 2.2.3 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-02-04 20:40:58 +01:00 committed by GitHub
commit f10a5ba3fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "2.2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "project-repo";
repo = pname;
rev = version;
hash = "sha256-ppNzc6ojxF9FkgsqSWBSbtmI9aRc+RGN1R1RQLwCtv0=";
hash = "sha256-GAANZIEUtuONPBpk0E3fErgOZtm3wB+gWJNwfO6VOTo=";
};
nativeBuildInputs = [