walker: 0.9.0 → 0.11.16

This commit is contained in:
genga
2025-01-06 12:30:33 +03:00
parent ce03f1c537
commit 0fde2d3a97
+5 -3
View File
@@ -3,6 +3,7 @@
buildGoModule,
fetchFromGitHub,
pkg-config,
vips,
gobject-introspection,
wrapGAppsHook4,
gtk4,
@@ -12,16 +13,16 @@
buildGoModule rec {
pname = "walker";
version = "0.9.0";
version = "0.11.16";
src = fetchFromGitHub {
owner = "abenz1267";
repo = "walker";
rev = "v${version}";
hash = "sha256-nYC6KoLsmMf6uJ74Y2zvDU5wdgeOU9aZb/4zGlnWOJM=";
hash = "sha256-9cZ+cJcBiZA0HU8YU7+DmOPmbeFtuiqmyBEosVxCADQ=";
};
vendorHash = "sha256-nc/WKBhUxhs1aNUg/GM7vhrKd7FrUdl2uKp7MX2VCdE=";
vendorHash = "sha256-urAtl2aSuNw7UVnuacSACUE8PCwAsrRQbuMb7xItjao=";
subPackages = [ "cmd/walker.go" ];
passthru.updateScript = nix-update-script { };
@@ -34,6 +35,7 @@ buildGoModule rec {
buildInputs = [
gtk4
vips
gtk4-layer-shell
];