sticky: 1.30 -> 1.31 (#522359)

This commit is contained in:
Bobby Rong
2026-05-21 16:03:01 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sticky";
version = "1.30";
version = "1.31";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "sticky";
rev = finalAttrs.version;
hash = "sha256-8Y6PoQQHS8h1AT+4DMbExd9y7ScDMig0M9BJQjq09Uc=";
hash = "sha256-OPn3SNHeHQ3rw71R3oqV3DHxRPq4Ta+qxwkYeegVxbU=";
};
postPatch = ''