Skip to content

Commit

Permalink
mesa: 24.1.2 -> 24.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 13, 2024
1 parent 6a257a4 commit 5a56b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/common.nix
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 5a56b5d

Please sign in to comment.