From 628013b47c1464a09362f476e4cfd252d15e4c57 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Mon, 19 May 2025 14:05:08 +0400 Subject: [PATCH] sticky-notes: 0.2.6 -> 0.2.7 Fixes and issue where the application segfaults on launch. https://github.com/vixalien/sticky/releases/tag/v0.2.7 Signed-off-by: Brian McGillion --- pkgs/by-name/st/sticky-notes/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/sticky-notes/package.nix b/pkgs/by-name/st/sticky-notes/package.nix index 76c32999eae7..5e01d7f0f9f8 100644 --- a/pkgs/by-name/st/sticky-notes/package.nix +++ b/pkgs/by-name/st/sticky-notes/package.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "sticky-notes"; - version = "0.2.6"; + version = "0.2.7"; src = fetchFromGitHub { owner = "vixalien"; repo = "sticky"; rev = "v${version}"; - hash = "sha256-keSxUTil4/QO8Wn4p6LB7oERxXHKD83qIRPZ93ZygWE="; + hash = "sha256-82Yxw8NSw82rxhuAgsdN2lCiQ/hli4tQiU6jCgGyp4U="; fetchSubmodules = true; }; @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { yarnOfflineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; - hash = "sha256-GThcufSAr/VYL9AWFOBY2FDXQZGY5L7TbBdadPh7CAc="; + hash = "sha256-NDGuG2rXJH0bHsD7yQMY6HAZDkMq0j63SYVz8+X3fPQ="; }; preConfigure = ''