Unverified Commit 589e4d09 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

miriway: 25.02.1 -> 25.10 (#444649)

parents abb36516 e575a9dc
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -5,23 +5,25 @@
  gitUpdater,
  nixosTests,
  bash,
  boost,
  cmake,
  inotify-tools,
  pkg-config,
  mir,
  libxkbcommon,
  swaybg,
  wayland,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "miriway";
  version = "25.02.1";
  version = "25.10";

  src = fetchFromGitHub {
    owner = "Miriway";
    repo = "Miriway";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+HHHF9dhVYMxugJZckAnQduuSBLAw5StbwRJF5Fz+rU=";
    hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk=";
  };

  postPatch = ''
@@ -41,8 +43,10 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    bash
    boost
    mir
    libxkbcommon
    wayland # wayland-server.pc, for mirwayland.pc
  ];

  postInstall = ''