Commit 6445755b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

cpuid: 20220620 -> 20220812

parent 2c98484d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "cpuid";
  version = "20220620";
  version = "20220812";

  src = fetchurl {
    url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
    sha256 = "sha256-kVmhwJWm5ExspjBsUIC/4qe83iXo3Bbwb1+HTXcyyxo=";
    sha256 = "sha256-O/aPuX2UcU+QdjzK2BDfjcX3/pwfmjZSQ2SR/XVBWr8=";
  };

  # For pod2man during the build process.