Skip to content

Commit 8dbc39f

Browse files
authored
intel-gpu-tools: 1.30 -> 2.0 (#391192)
2 parents 69a0fed + d90c9dc commit 8dbc39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/in/intel-gpu-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343

4444
stdenv.mkDerivation rec {
4545
pname = "intel-gpu-tools";
46-
version = "1.30";
46+
version = "2.0";
4747

4848
src = fetchFromGitLab {
4949
domain = "gitlab.freedesktop.org";
5050
owner = "drm";
5151
repo = "igt-gpu-tools";
5252
rev = "refs/tags/v${version}";
53-
hash = "sha256-lZNDDWfySz7etxzN/28bo9qDE8SxK2vPAAOR3hxSoWY=";
53+
hash = "sha256-568sgmP7HhrNv3nwhuokiPk/2qQtzPOC9aCsScKCI8A=";
5454
};
5555

5656
nativeBuildInputs = [

0 commit comments

Comments
 (0)