wayland-protocols: 1.41 -> 1.42
This commit is contained in:
parent
824b47e774
commit
5635c9bfce
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wayland-protocols";
|
pname = "wayland-protocols";
|
||||||
version = "1.41";
|
version = "1.42";
|
||||||
|
|
||||||
doCheck =
|
doCheck =
|
||||||
stdenv.hostPlatform == stdenv.buildPlatform
|
stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
|
url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s=";
|
hash = "sha256-I7qA1BDRIAqG/ilZLBl2bq6PHDULZyiZmenn6hLZ96o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString finalAttrs.finalPackage.doCheck ''
|
postPatch = lib.optionalString finalAttrs.finalPackage.doCheck ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user