screenfetch: 3.9.0 -> 3.9.1

This commit is contained in:
R. RyanTM 2019-11-29 09:42:16 -08:00
parent 646b279c55
commit 706f9e8118

View file

@ -20,13 +20,13 @@ let
in stdenv.mkDerivation rec {
pname = "screenFetch";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "KittyKatt";
repo = "screenFetch";
rev = "v${version}";
sha256 = "11mqld9pppbappqbaj49mw2v5kysx06sy1xbs81i0hhgh35hlziv";
sha256 = "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr";
};
nativeBuildInputs = [ makeWrapper ];