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
@ -20,13 +20,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "screenFetch";
|
pname = "screenFetch";
|
||||||
version = "3.8.0";
|
version = "3.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KittyKatt";
|
owner = "KittyKatt";
|
||||||
repo = "screenFetch";
|
repo = "screenFetch";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "00ibv72cb7cqfpljyzgvajhbp0clqsqliz18nyv83bfy3gkf2qs8";
|
sha256 = "11mqld9pppbappqbaj49mw2v5kysx06sy1xbs81i0hhgh35hlziv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user