cpufetch: 1.03 -> 1.04

This commit is contained in:
R. Ryantm 2023-05-07 07:09:39 +00:00
parent 78963777a4
commit ff42b20057

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cpufetch"; pname = "cpufetch";
version = "1.03"; version = "1.04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Dr-Noob"; owner = "Dr-Noob";
repo = "cpufetch"; repo = "cpufetch";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-SiIRw2nWCoe3pfFp1xyzkuFK5fe++0ypSxblYViRgZY="; sha256 = "sha256-+vfAhUVEMKkt3cvMczUn7O55DnkEHkk0xeuLd5L2MMU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [