sticky: 1.23 -> 1.24

https://github.com/linuxmint/sticky/compare/1.23...1.24
This commit is contained in:
Bobby Rong
2025-01-11 10:57:35 +08:00
parent eece133ba8
commit 815728d3d6
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "sticky";
version = "1.23";
version = "1.24";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-vNS2p3cmuQB+wusx9VSi81ZyGmUYgVXlMjIMkrnvyrI=";
hash = "sha256-Mj14S4M7NMQE17SN8uED4UIJN6nwTo3E+D3j0tGKXc4=";
};
postPatch = ''