screenfetch: 3.9.1 -> 3.9.9 (#361850)

This commit is contained in:
Aleksana
2024-12-06 22:22:36 +08:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@ let
in stdenv.mkDerivation rec {
pname = "screenfetch";
version = "3.9.1";
version = "3.9.9";
src = fetchFromGitHub {
owner = "KittyKatt";
repo = "screenFetch";
rev = "v${version}";
sha256 = "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr";
sha256 = "sha256-UNZMCLXhH4wDV0/fGWsB+KAi6aJVuPs6zpWXIQAqnjo=";
};
nativeBuildInputs = [ makeWrapper ];