quickshell: 0.3.0 -> 0.3.1

(cherry picked from commit bf93e2dee5)
This commit is contained in:
outfoxxed
2026-08-20 21:15:45 -07:00
committed by github-actions[bot]
parent c9c521612c
commit 7a99f78257

View File

@@ -25,7 +25,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "quickshell";
version = "0.3.0";
version = "0.3.1";
# github mirror: https://github.com/quickshell-mirror/quickshell
src = fetchFromGitea {
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "quickshell";
repo = "quickshell";
tag = "v${finalAttrs.version}";
hash = "sha256-gU+VGpwGJ2vvg0mtYqVvj5u+2LteuHlpokH6JSAtueY=";
hash = "sha256-CLX2Zp5i5BuLbOxNOkwRd9YY84IOrACNxBV79o9/F9Y=";
};
nativeBuildInputs = [