cpufetch: 1.04 -> 1.05

This commit is contained in:
R. Ryantm 2024-02-06 04:48:14 +00:00
parent 7aeb86c1fa
commit 960f190917

View file

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