Merge pull request #305733 from r-ryantm/auto-update/fallout2-ce

fallout2-ce: 1.2.0 -> 1.3.0
This commit is contained in:
Weijia Wang 2024-04-27 04:42:05 +02:00 committed by GitHub
commit d73fd11489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
callPackage ./build.nix rec {
pname = "fallout2-ce";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "alexbatalov";
repo = "fallout2-ce";
rev = "v${version}";
hash = "sha256-+N4jhmxBX6z48kaU0jm90OKhguHlggT3OF9uuyY0EV0=";
hash = "sha256-r1pnmyuo3uw2R0x9vGScSHIVNA6t+txxABzgHkUEY5U=";
};
extraBuildInputs = [ zlib ];