sticky: 1.25 -> 1.26

https://github.com/linuxmint/sticky/compare/1.25...1.26
This commit is contained in:
Bobby Rong
2025-08-01 00:13:00 +08:00
parent d814cba1de
commit 641d45ac70
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "sticky";
version = "1.25";
version = "1.26";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "sticky";
rev = version;
hash = "sha256-lM9R89CNj8ZXeOciwn/ax9wcsf3J4yPmzrgAntp8Fsg=";
hash = "sha256-pwY5MO3xKgRQa1zYfcO02z6kOMofOFWqTUrwEYzkAEo=";
};
postPatch = ''