sticky: 1.28 -> 1.29

This commit is contained in:
R. Ryantm
2025-12-13 21:19:06 +00:00
parent f407bfe0b8
commit 033659d6ae
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "sticky";
version = "1.28";
version = "1.29";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "sticky";
rev = version;
hash = "sha256-6CRkeJ2xuUs3viyYxnrgGFUIakK7ANyVpPZuwU486NM=";
hash = "sha256-5KDjvohmdw8j5G8V+uFXPzRSRo/C2HgeRodWfguQjYg=";
};
postPatch = ''