Unverified Commit 7feaafb5 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #331076 from adamcstephens/river/0.3.5

river: 0.3.4 -> 0.3.5
parents e45fef2f 85bb3a2f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 {
+4 −4
Original line number Diff line number Diff line
@@ -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;