quickshell: 0.3.0 -> 0.3.1

This commit is contained in:
outfoxxed
2026-08-20 21:15:45 -07:00
parent a77731fd53
commit bf93e2dee5

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 = [