screenfetch: 3.9.1 -> 3.9.9

This commit is contained in:
R. Ryantm
2024-12-04 19:13:28 +00:00
parent bc56516e88
commit 22928ab873
+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 ];