Skip to content

Commit

Permalink
mesa-radv-jupiter: steamos-24.11.2 -> steamos-24.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Dec 12, 2024
1 parent 77ffd83 commit 71a5883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/mesa-radv-jupiter/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, mesa, fetchFromGitHub }:
let
version = "24.3.0";
jupiterVersion = "steamos-24.11.2";
jupiterVersion = "steamos-24.11.3";
in stdenv.mkDerivation {
pname = "mesa";
version = "${version}.${jupiterVersion}";
Expand All @@ -10,7 +10,7 @@ in stdenv.mkDerivation {
owner = "Jovian-Experiments";
repo = "mesa";
rev = jupiterVersion;
hash = "sha256-U+2p5VzyaRZvBKKhELS4YzI0T128DdMKqshdZHlZjwI=";
hash = "sha256-c2PYFC6pexYzwdkCeRZ2VIfcmu23fezb06MKAQ+0Jo8=";
};

inherit (mesa) buildInputs nativeBuildInputs propagatedBuildInputs;
Expand Down Expand Up @@ -45,6 +45,6 @@ in stdenv.mkDerivation {
"-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc"
"-D valgrind=enabled"
"-D intel-rt=disabled"
"-D radv-build-id=10fa85f5499f469e13d78be2ddd6131c5f0e35bb"
"-D radv-build-id=848e305d63fe820829c18b37379991cfe51f5a26"
];
}

0 comments on commit 71a5883

Please sign in to comment.