Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a874f10056b0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fcbb4fad6658
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 30, 2020

  1. mesa: 19.3.2 -> 19.3.3

    colemickens committed Jan 30, 2020
    Copy the full SHA
    9974c65 View commit details
  2. Merge pull request #78832 from colemickens/nixpkgs-mesa

    mesa: 19.3.2 -> 19.3.3
    worldofpeace authored Jan 30, 2020
    Copy the full SHA
    fcbb4fa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/mesa/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
with stdenv.lib;

let
version = "19.3.2";
version = "19.3.3";
branch = versions.major version;
in

@@ -42,7 +42,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
sha256 = "1hg1gvcwvayksrdh9z8rfz66h3z1ffspmm2qgyy2nd8n8qrfwfjf";
sha256 = "02czqdqf64i3az5p1allnxycyjad3x35cj0hz0017mi5pc84ikl1";
};

prePatch = "patchShebangs .";