From 048b0c5b2a38112e3adeacb7a5011ac186382d1f Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 28 Aug 2025 09:17:35 +0800 Subject: [PATCH] sticky: 1.26 -> 1.27 https://github.com/linuxmint/sticky/compare/1.26...1.27 --- pkgs/by-name/st/sticky/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/sticky/package.nix b/pkgs/by-name/st/sticky/package.nix index 541104c1c0ce..1e5910ba4e5d 100644 --- a/pkgs/by-name/st/sticky/package.nix +++ b/pkgs/by-name/st/sticky/package.nix @@ -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 = ''