From 641d45ac70982c04ec3d9fa416e3dcee54213c50 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 1 Aug 2025 00:07:01 +0800 Subject: [PATCH] sticky: 1.25 -> 1.26 https://github.com/linuxmint/sticky/compare/1.25...1.26 --- 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 42c8ad6666ad..90740339153b 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.25"; + version = "1.26"; src = fetchFromGitHub { owner = "linuxmint"; repo = "sticky"; rev = version; - hash = "sha256-lM9R89CNj8ZXeOciwn/ax9wcsf3J4yPmzrgAntp8Fsg="; + hash = "sha256-pwY5MO3xKgRQa1zYfcO02z6kOMofOFWqTUrwEYzkAEo="; }; postPatch = ''