We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a389d commit fc54912Copy full SHA for fc54912
default.nix
@@ -6,7 +6,7 @@ pkgs.stdenv.mkDerivation rec {
6
7
src = pkgs.fetchurl {
8
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
+ sha256 = "sha256-U0Bwm++/WTU0Lkv1lC518JCHwBIBno/SqSQQiGfbOJk="; # fill in
10
};
11
12
installPhase = ''
0 commit comments