ags: 1.7.4 -> 1.7.7

This commit is contained in:
Gabriel Arazas 2024-02-23 20:51:59 +08:00
parent 61f486bd8f
commit d1df640c1e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -19,13 +19,13 @@
buildNpmPackage rec {
pname = "ags";
version = "1.7.4";
version = "1.7.7";
src = fetchFromGitHub {
owner = "Aylur";
repo = "ags";
rev = "v${version}";
hash = "sha256-n/NHEME+kCUIsvQhwEqqtIi14qd+/QsKFz+Bw7bEr8w=";
hash = "sha256-vaA4ERhDIHZDmgg5GJdPVGqDdyXT5FvsdZYelojb3UQ=";
fetchSubmodules = true;
};