sticky-notes: 0.2.5 -> 0.2.6

This commit is contained in:
Bu Kun
2025-03-01 12:40:05 +08:00
committed by GitHub
parent f5f7e407cc
commit e9335d635f
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "sticky-notes";
version = "0.2.5";
version = "0.2.6";
src = fetchFromGitHub {
owner = "vixalien";
repo = "sticky";
rev = "v${version}";
hash = "sha256-+++xUiMjO+19hmLLBamOL6tMUqB0a8ixTXca/6A8ZK8=";
hash = "sha256-keSxUTil4/QO8Wn4p6LB7oERxXHKD83qIRPZ93ZygWE=";
fetchSubmodules = true;
};