mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
ags: 2.2.1 -> 2.3.0
This commit is contained in:
parent
c347038d52
commit
050400f112
1 changed files with 2 additions and 11 deletions
|
@ -7,7 +7,6 @@
|
||||||
dart-sass,
|
dart-sass,
|
||||||
symlinkJoin,
|
symlinkJoin,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
|
||||||
gjs,
|
gjs,
|
||||||
glib,
|
glib,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
|
@ -22,23 +21,15 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ags";
|
pname = "ags";
|
||||||
version = "2.2.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Aylur";
|
owner = "Aylur";
|
||||||
repo = "ags";
|
repo = "ags";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-snHhAgcH8hACWZFaAqHr5uXH412UrAuA603OK02MxN8=";
|
hash = "sha256-GLyNtU9A2VN22jNRHZ2OXuFfTJLh8uEVVt+ftsKUX0c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# refactor for better nix support
|
|
||||||
(fetchpatch2 {
|
|
||||||
url = "https://github.com/Aylur/ags/commit/17df94c576d0023185770f901186db427f2ec0a2.diff?full_index=1";
|
|
||||||
hash = "sha256-tcoifkYmXjV+ZbeAFRHuk8cVmxWMrS64syvQMGGKAVA=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
vendorHash = "sha256-Pw6UNT5YkDVz4HcH7b5LfOg+K3ohrBGPGB9wYGAQ9F4=";
|
vendorHash = "sha256-Pw6UNT5YkDVz4HcH7b5LfOg+K3ohrBGPGB9wYGAQ9F4=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue