Skip to content

Commit d4242a6

Browse files
sticky-notes: 0.2.6 -> 0.2.7 (#408670)
2 parents a13ba41 + 628013b commit d4242a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/sticky-notes/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation rec {
2424
pname = "sticky-notes";
25-
version = "0.2.6";
25+
version = "0.2.7";
2626

2727
src = fetchFromGitHub {
2828
owner = "vixalien";
2929
repo = "sticky";
3030
rev = "v${version}";
31-
hash = "sha256-keSxUTil4/QO8Wn4p6LB7oERxXHKD83qIRPZ93ZygWE=";
31+
hash = "sha256-82Yxw8NSw82rxhuAgsdN2lCiQ/hli4tQiU6jCgGyp4U=";
3232
fetchSubmodules = true;
3333
};
3434

@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757

5858
yarnOfflineCache = fetchYarnDeps {
5959
yarnLock = src + "/yarn.lock";
60-
hash = "sha256-GThcufSAr/VYL9AWFOBY2FDXQZGY5L7TbBdadPh7CAc=";
60+
hash = "sha256-NDGuG2rXJH0bHsD7yQMY6HAZDkMq0j63SYVz8+X3fPQ=";
6161
};
6262

6363
preConfigure = ''

0 commit comments

Comments
 (0)