ags: 0.1.0 -> unstable-2023-08-21

This commit is contained in:
Gabriel Arazas 2023-08-21 22:03:33 +08:00
parent 6b9f8d3b24
commit 9178fbdefc
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -13,17 +13,17 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "ags"; pname = "ags";
version = "0.1.0"; version = "unstable-2023-08-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Aylur"; owner = "Aylur";
repo = "ags"; repo = "ags";
rev = "v${version}"; rev = "2a875d4813c52a1a97aab31fccaead74e4e46fea";
hash = "sha256-maDUYMdB0xyl9ju1pFfqaczlKyBizbG5UkE4DQ2D67w="; hash = "sha256-zYvjFeKSDD6MM2j0UErsx6v43ikQHPFUklh9LnfGpUs=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
npmDepsHash = "sha256-e1YYtWiO/dN7w2s+En3+3gc98R/hM5pJnTK7kCCH8Mc="; npmDepsHash = "sha256-9EOpgm3Hg5MO9JIRNBgqmAA2Pf1QxgU1QGo+VVa1WjM=";
nativeBuildInputs = [ nativeBuildInputs = [
meson meson