tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ags: 2.2.1 -> 2.3.0
PerchunPak
1 year ago
050400f1
c347038d
+2
-11
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ag
ags
package.nix
+2
-11
pkgs/by-name/ag/ags/package.nix
···
7
dart-sass,
8
symlinkJoin,
9
fetchFromGitHub,
10
-
fetchpatch2,
11
gjs,
12
glib,
13
gobject-introspection,
···
22
}:
23
buildGoModule rec {
24
pname = "ags";
25
-
version = "2.2.1";
26
27
src = fetchFromGitHub {
28
owner = "Aylur";
29
repo = "ags";
30
tag = "v${version}";
31
-
hash = "sha256-snHhAgcH8hACWZFaAqHr5uXH412UrAuA603OK02MxN8=";
32
};
33
-
34
-
patches = [
35
-
# refactor for better nix support
36
-
(fetchpatch2 {
37
-
url = "https://github.com/Aylur/ags/commit/17df94c576d0023185770f901186db427f2ec0a2.diff?full_index=1";
38
-
hash = "sha256-tcoifkYmXjV+ZbeAFRHuk8cVmxWMrS64syvQMGGKAVA=";
39
-
})
40
-
];
41
42
vendorHash = "sha256-Pw6UNT5YkDVz4HcH7b5LfOg+K3ohrBGPGB9wYGAQ9F4=";
43
proxyVendor = true;
···
7
dart-sass,
8
symlinkJoin,
9
fetchFromGitHub,
0
10
gjs,
11
glib,
12
gobject-introspection,
···
21
}:
22
buildGoModule rec {
23
pname = "ags";
24
+
version = "2.3.0";
25
26
src = fetchFromGitHub {
27
owner = "Aylur";
28
repo = "ags";
29
tag = "v${version}";
30
+
hash = "sha256-GLyNtU9A2VN22jNRHZ2OXuFfTJLh8uEVVt+ftsKUX0c=";
31
};
0
0
0
0
0
0
0
0
32
33
vendorHash = "sha256-Pw6UNT5YkDVz4HcH7b5LfOg+K3ohrBGPGB9wYGAQ9F4=";
34
proxyVendor = true;