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 <bmg.avoin@gmail.com>
This commit is contained in:
Brian McGillion
2025-05-19 14:05:08 +04:00
parent 8831cf6df6
commit 628013b47c
+3 -3
View File
@@ -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 = ''