From 815728d3d65b448c5f96c01696d7aae186608be7 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 11 Jan 2025 10:57:35 +0800 Subject: [PATCH] sticky: 1.23 -> 1.24 https://github.com/linuxmint/sticky/compare/1.23...1.24 --- 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 25947e1523dd..8fc848008d0a 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.23"; + version = "1.24"; src = fetchFromGitHub { owner = "linuxmint"; repo = pname; rev = version; - hash = "sha256-vNS2p3cmuQB+wusx9VSi81ZyGmUYgVXlMjIMkrnvyrI="; + hash = "sha256-Mj14S4M7NMQE17SN8uED4UIJN6nwTo3E+D3j0tGKXc4="; }; postPatch = ''