Merge pull request #286630 from r-ryantm/auto-update/cpufetch

cpufetch: 1.04 -> 1.05
This commit is contained in:
Nick Cao 2024-02-06 09:30:59 -05:00 committed by GitHub
commit d6c655a474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [