Unverified Commit df00d88e authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

cpufetch: 1.05 -> 1.06
parents 19df5da5 295604c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "cpufetch";
  version = "1.05";
  version = "1.06";

  src = fetchFromGitHub {
    owner = "Dr-Noob";
    repo = "cpufetch";
    rev = "v${version}";
    sha256 = "sha256-8g4nFV3PgYRagzUG7S2ifpuSaCCZ5HlwsjkQ+wdk4Yw=";
    sha256 = "sha256-sE3i2rw8W362BExFEImjw/t17qX8D4/0Ty8jG63bjbk=";
  };

  nativeBuildInputs = [