We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427bc5c commit 8cb89dcCopy full SHA for 8cb89dc
extra-modules/atemo/programs/noctalia-shell-temp.nix
@@ -69,13 +69,13 @@ let
69
in
70
stdenvNoCC.mkDerivation (finalAttrs: {
71
pname = "noctalia-shell";
72
- version = "4.7.0";
+ version = "4.7.1";
73
74
src = fetchFromGitHub {
75
owner = "noctalia-dev";
76
repo = "noctalia-shell";
77
tag = "v${finalAttrs.version}";
78
- hash = "sha256-reOWZQkykkID4G3Kg5ola8WTf1GlZFfUYOGs3M+41GM=";
+ hash = "sha256-h5jMVGjgrfVPufMG3AMj/HGfU/EqU/4WEK7HCKhMN2E=";
79
};
80
81
nativeBuildInputs = [
0 commit comments