screenfetch: 3.8.0 -> 3.9.0 (#70783)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/screenfetch/versions
This commit is contained in:
R. RyanTM 2019-10-13 09:26:56 -07:00 committed by Renaud
parent 4fb9a75fc8
commit 23e417f218

View file

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