wayland-protocols: 1.39 -> 1.40 (#367753)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "wayland-protocols";
|
||||
version = "1.39";
|
||||
version = "1.40";
|
||||
|
||||
doCheck =
|
||||
stdenv.hostPlatform == stdenv.buildPlatform
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-4dzcu/COLgqKAu5dmgvjpqr8OaS1H6fg0vGhZBHLcvo=";
|
||||
hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString finalAttrs.doCheck ''
|
||||
|
||||
Reference in New Issue
Block a user