Skip to content

Commit

Permalink
screenfetch: 3.9.0 -> 3.9.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 706f9e8)
  • Loading branch information
r-ryantm authored and Ma27 committed Dec 30, 2019
1 parent b27cd74 commit 2314fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/screenfetch/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2314fb1

Please sign in to comment.