Skip to content

Commit 44f2505

Browse files
authored
clinfo: 3.0.23.01.25 -> 3.0.25.02.14 (#382176)
2 parents 4060243 + 2f5acdf commit 44f2505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/system/clinfo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "clinfo";
12-
version = "3.0.23.01.25";
12+
version = "3.0.25.02.14";
1313

1414
src = fetchFromGitHub {
1515
owner = "Oblomov";
1616
repo = "clinfo";
1717
rev = version;
18-
sha256 = "sha256-1jZP4SnLIHh3vQJLBp+j/eQ1c8XBGFR2hjYxflhpWAU=";
18+
sha256 = "sha256-UkkrRpmY5vZtTeEqPNYfxAGaJDoTSrNUG9N1Bknozow=";
1919
};
2020

2121
buildInputs =

0 commit comments

Comments
 (0)