sticky: 1.26 -> 1.27

https://github.com/linuxmint/sticky/compare/1.26...1.27
This commit is contained in:
Bobby Rong
2025-08-28 09:17:35 +08:00
parent 66f881afd1
commit 048b0c5b2a
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "sticky";
version = "1.26";
version = "1.27";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "sticky";
rev = version;
hash = "sha256-pwY5MO3xKgRQa1zYfcO02z6kOMofOFWqTUrwEYzkAEo=";
hash = "sha256-IuYRcvoUyY03aEclkiOmamjb/c/JaYYIoqKdcwDSY8Q=";
};
postPatch = ''