clinfo: 3.0.23.01.25 -> 3.0.25.02.14 (#382176)

This commit is contained in:
Ryan Burns
2025-02-17 21:47:12 -08:00
committed by GitHub
+2 -2
View File
@@ -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 =