miriway: 25.02.1 -> 25.10

OPNA2608 e575a9dc 41239f03

+6 -2
+6 -2
pkgs/by-name/mi/miriway/package.nix
··· 5 gitUpdater, 6 nixosTests, 7 bash, 8 cmake, 9 inotify-tools, 10 pkg-config, 11 mir, 12 libxkbcommon, 13 swaybg, 14 }: 15 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "miriway"; 18 - version = "25.02.1"; 19 20 src = fetchFromGitHub { 21 owner = "Miriway"; 22 repo = "Miriway"; 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-+HHHF9dhVYMxugJZckAnQduuSBLAw5StbwRJF5Fz+rU="; 25 }; 26 27 postPatch = '' ··· 41 42 buildInputs = [ 43 bash 44 mir 45 libxkbcommon 46 ]; 47 48 postInstall = ''
··· 5 gitUpdater, 6 nixosTests, 7 bash, 8 + boost, 9 cmake, 10 inotify-tools, 11 pkg-config, 12 mir, 13 libxkbcommon, 14 swaybg, 15 + wayland, 16 }: 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "miriway"; 20 + version = "25.10"; 21 22 src = fetchFromGitHub { 23 owner = "Miriway"; 24 repo = "Miriway"; 25 tag = "v${finalAttrs.version}"; 26 + hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk="; 27 }; 28 29 postPatch = '' ··· 43 44 buildInputs = [ 45 bash 46 + boost 47 mir 48 libxkbcommon 49 + wayland # wayland-server.pc, for mirwayland.pc 50 ]; 51 52 postInstall = ''