Skip to content

Commit 8cb89dc

Browse files
committed
1 parent 427bc5c commit 8cb89dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra-modules/atemo/programs/noctalia-shell-temp.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ let
6969
in
7070
stdenvNoCC.mkDerivation (finalAttrs: {
7171
pname = "noctalia-shell";
72-
version = "4.7.0";
72+
version = "4.7.1";
7373

7474
src = fetchFromGitHub {
7575
owner = "noctalia-dev";
7676
repo = "noctalia-shell";
7777
tag = "v${finalAttrs.version}";
78-
hash = "sha256-reOWZQkykkID4G3Kg5ola8WTf1GlZFfUYOGs3M+41GM=";
78+
hash = "sha256-h5jMVGjgrfVPufMG3AMj/HGfU/EqU/4WEK7HCKhMN2E=";
7979
};
8080

8181
nativeBuildInputs = [

0 commit comments

Comments
 (0)