cpufetch: 1.00 -> 1.01

This commit is contained in:
Fabian Affolter 2021-11-28 11:38:30 +01:00
parent ebeeea1c76
commit 27e1ecfde5

View file

@ -1,17 +1,23 @@
{ stdenv, lib, fetchFromGitHub, installShellFiles }: { lib
, stdenv
, fetchFromGitHub
, installShellFiles
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cpufetch"; pname = "cpufetch";
version = "1.00"; version = "1.01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Dr-Noob"; owner = "Dr-Noob";
repo = "cpufetch"; repo = "cpufetch";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-2Iar7RwL3T4DrFbqKJFys/R+VENRg2lmYFkslEaZeVE="; sha256 = "sha256-vae/59eEDuZUDsTHE93mi+L8WBr3H4zp+mzXg7WWusA=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [
installShellFiles
];
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall