sticky: 1.24 -> 1.25 (#429211)

This commit is contained in:
Bobby Rong 2025-07-29 09:01:15 +08:00 committed by GitHub
commit 871381d997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sticky"; pname = "sticky";
version = "1.24"; version = "1.25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "sticky"; repo = "sticky";
rev = version; rev = version;
hash = "sha256-Mj14S4M7NMQE17SN8uED4UIJN6nwTo3E+D3j0tGKXc4="; hash = "sha256-lM9R89CNj8ZXeOciwn/ax9wcsf3J4yPmzrgAntp8Fsg=";
}; };
postPatch = '' postPatch = ''