alienarena: 7.71.7 -> 7.72.1

This commit is contained in:
R. Ryantm
2026-06-15 23:22:00 +00:00
parent 9280dfc36d
commit f0580f28ca

View File

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