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

cpufetch: 1.02 -> 1.03
This commit is contained in:
Ryan Mulligan 2023-01-06 06:32:38 -08:00 committed by GitHub
commit 06541a1080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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