Unverified Commit 44f25057 authored by Ryan Burns's avatar Ryan Burns Committed by GitHub
Browse files

clinfo: 3.0.23.01.25 -> 3.0.25.02.14 (#382176)

parents 4060243d 2f5acdf8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "clinfo";
  version = "3.0.23.01.25";
  version = "3.0.25.02.14";

  src = fetchFromGitHub {
    owner = "Oblomov";
    repo = "clinfo";
    rev = version;
    sha256 = "sha256-1jZP4SnLIHh3vQJLBp+j/eQ1c8XBGFR2hjYxflhpWAU=";
    sha256 = "sha256-UkkrRpmY5vZtTeEqPNYfxAGaJDoTSrNUG9N1Bknozow=";
  };

  buildInputs =