mesa: 24.1.2 -> 24.1.3

https://docs.mesa3d.org/relnotes/24.1.3.html
This commit is contained in:
Vladimír Čunát 2024-07-13 13:02:03 +02:00
parent 6a257a46c6
commit 5a56b5dfb1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,14 +1,14 @@
{ lib, fetchurl }:
rec {
pname = "mesa";
version = "24.1.2";
version = "24.1.3";
src = fetchurl {
urls = [
"https://archive.mesa3d.org/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
hash = "sha256-osWEyNV9O9i6EXkKbprjcT+IId+WwFm3ivsp3Zdcn0U=";
hash = "sha256-YyNkJrJadFumqi1tr4zXadXqAYh7B0WrcSTS7zOpAg0=";
};
meta = {