alienarena: 7.71.6 -> 7.71.7 (#352815)

This commit is contained in:
Weijia Wang 2024-11-07 01:57:22 +01:00 committed by GitHub
commit afc2155ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "alienarena";
version = "7.71.6";
version = "7.71.7";
src = fetchFromGitHub {
owner = "alienarena";
repo = "alienarena";
rev = version;
hash = "sha256-Dml0VY5VQiWLq8LjItBSzNwJB9L4biJ/nJWmEGtG2ZY=";
hash = "sha256-ri0p/0onI5DU7kDxwdFxRyT1LQLVe89VNEYPXPgilOs=";
};
nativeBuildInputs = [ pkg-config ];