river: 0.3.4 -> 0.3.5

depend on wlroots_0_18
https://codeberg.org/river/river/releases/tag/v0.3.5
This commit is contained in:
Adam Stephens 2024-07-30 12:02:14 +00:00
parent 5d9f1a8d79
commit 85bb3a2fba
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View File

@ -3,6 +3,13 @@
{ linkFarm, fetchzip }:
linkFarm "zig-packages" [
{
name = "12204d789e17c158971f69c7b900e8d8f288e7b9e42b2242f3adfbca57e8266d848f";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.0.tar.gz";
hash = "sha256-KDOroHrrye4vlYKyAk8/6CF0+6nzJ/bbETZQhSbrSSk=";
};
}
{
name = "1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242";
path = fetchzip {
@ -17,13 +24,6 @@ linkFarm "zig-packages" [
hash = "sha256-zcfZEMnipWDPuptl9UN0PoaJDjy2EHc7Wwi4GQq3hkY=";
};
}
{
name = "1220bb5e5c802c517425bc1d8d8d43d7b7fe5eb81ce4c46b15ce829d67ddadc55418";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.2.tar.gz";
hash = "sha256-vS/tv7PAUR+BYgEGJHHGNKDxqgSCBsVFV+w9oeV5sJU=";
};
}
{
name = "1220c90b2228d65fd8427a837d31b0add83e9fade1dcfa539bb56fd06f1f8461605f";
path = fetchzip {

View File

@ -13,7 +13,7 @@
, udev
, wayland
, wayland-protocols
, wlroots_0_17
, wlroots_0_18
, xwayland
, zig_0_13
, withManpages ? true
@ -22,7 +22,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "river";
version = "0.3.4";
version = "0.3.5";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "river";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-a8Xz9VZtwmyynYHL0vNDoWqZmvdRoBmNh2jcaIO72bE=";
hash = "sha256-NUKjQOT6UgNYCebeHMxOhX08r3493IOL3qHZivEcbAg=";
};
deps = callPackage ./build.zig.zon.nix { };
@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
pixman
udev
wayland-protocols
wlroots_0_17
wlroots_0_18
] ++ lib.optional xwaylandSupport libX11;
dontConfigure = true;