Skip to content

Commit fc54912

Browse files
committed
Nix bump to latest
1 parent 22a389d commit fc54912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgs.stdenv.mkDerivation rec {
66

77
src = pkgs.fetchurl {
88
url = "https://github.com/hxpe-dev/kotofetch/releases/download/v${version}/kotofetch-v${version}-x86_64-unknown-linux-gnu.tar.gz";
9-
sha256 = "sha256-4MQw4wN9IYzeMC6l+Jns/TMoDGMEzq/vlqGIxNJpcwU="; # fill in
9+
sha256 = "sha256-U0Bwm++/WTU0Lkv1lC518JCHwBIBno/SqSQQiGfbOJk="; # fill in
1010
};
1111

1212
installPhase = ''

0 commit comments

Comments
 (0)