quickshell: 0.2.0 -> 0.2.1

This commit is contained in:
outfoxxed
2025-10-11 23:40:27 -07:00
parent 0b4defa258
commit 2d3b6b7688
+2 -2
View File
@@ -22,7 +22,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "quickshell";
version = "0.2.0";
version = "0.2.1";
# github mirror: https://github.com/quickshell-mirror/quickshell
src = fetchFromGitea {
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "quickshell";
repo = "quickshell";
tag = "v${finalAttrs.version}";
hash = "sha256-vqkSDvh7hWhPvNjMjEDV4KbSCv2jyl2Arh73ZXe274k=";
hash = "sha256-e++Ogy91Sv7gGLMdAqZaBzbH/UmPWZ4GAt7VDCA66aU=";
};
nativeBuildInputs = [