this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(pins): update `niri` (2026-04-26)

authored by

github-actions[bot] and committed by
HigherOrderLogic
ce5ecf04 228e29fc

+5 -4
+3 -3
pins/sources.json
··· 22 22 }, 23 23 "branch": "main", 24 24 "submodules": false, 25 - "revision": "4d214891017fa7b893df1140d24f76defba0eb88", 26 - "url": "https://github.com/niri-wm/niri/archive/4d214891017fa7b893df1140d24f76defba0eb88.tar.gz", 27 - "hash": "sha256-251qX0g75KcVtwCckXiOiqc+4VleJBDfiHiZ9v1c8Ro=" 25 + "revision": "8ed0da44d974c32c6877d2f4630c314da0717ecb", 26 + "url": "https://github.com/niri-wm/niri/archive/8ed0da44d974c32c6877d2f4630c314da0717ecb.tar.gz", 27 + "hash": "sha256-ehSMsSpE+0k8r+2Vseu8kangsYxToZv3vinynsDp9zs=" 28 28 }, 29 29 "nix-index-database": { 30 30 "type": "Git",
+2 -1
pkgs/niri-git/default.nix
··· 5 5 }: 6 6 niri.overrideAttrs (final: prev: { 7 7 pname = "${prev.pname}-git"; 8 + version = "26.04"; 8 9 src = pins.niri; 9 10 postPatch = '' 10 11 patchShebangs resources/niri-session ··· 13 14 ''; 14 15 cargoDeps = rustPlatform.fetchCargoVendor { 15 16 inherit (final) src; 16 - hash = "sha256-XbKhPJ/VxcLf4J2I6dekKnUvCnmoXndvQsLx2B04ihE="; 17 + hash = "sha256-gfnalA3qI3a9h3PvsxgQLCrzapfjLLkxhTMJpwRh+ro="; 17 18 }; 18 19 env = 19 20 prev.env