We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6245aa9 commit eb3dd36Copy full SHA for eb3dd36
pkgs/by-name/ni/niri/package.nix
@@ -25,13 +25,13 @@
25
26
rustPlatform.buildRustPackage (finalAttrs: {
27
pname = "niri";
28
- version = "25.05";
+ version = "25.05.1";
29
30
src = fetchFromGitHub {
31
owner = "YaLTeR";
32
repo = "niri";
33
tag = "v${finalAttrs.version}";
34
- hash = "sha256-ngQ+iTHmBJkEbsjYfCWTJdV8gHhOCTkV8K0at6Y+YHI=";
+ hash = "sha256-z4viQZLgC2bIJ3VrzQnR+q2F3gAOEQpU1H5xHtX/2fs=";
35
};
36
37
postPatch = ''
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
41
'';
42
43
useFetchCargoVendor = true;
44
- cargoHash = "sha256-tZp7AhhddEhKWzEUTgosxXMEzALbv6FxqnJEb9MBhzc=";
+ cargoHash = "sha256-8ltuI94yIhff7JxIfe1mog4bDJ/7VFgLooMWOnSTREs=";
45
46
strictDeps = true;
47
0 commit comments