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:
parent
4fb9a75fc8
commit
23e417f218
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue