Skip to content

Commit dd3c78b

Browse files
authored
niri: 25.05 -> 25.05.1 (#410736)
2 parents cc199ae + eb3dd36 commit dd3c78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ni/niri/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
rustPlatform.buildRustPackage (finalAttrs: {
2727
pname = "niri";
28-
version = "25.05";
28+
version = "25.05.1";
2929

3030
src = fetchFromGitHub {
3131
owner = "YaLTeR";
3232
repo = "niri";
3333
tag = "v${finalAttrs.version}";
34-
hash = "sha256-ngQ+iTHmBJkEbsjYfCWTJdV8gHhOCTkV8K0at6Y+YHI=";
34+
hash = "sha256-z4viQZLgC2bIJ3VrzQnR+q2F3gAOEQpU1H5xHtX/2fs=";
3535
};
3636

3737
postPatch = ''
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
4141
'';
4242

4343
useFetchCargoVendor = true;
44-
cargoHash = "sha256-tZp7AhhddEhKWzEUTgosxXMEzALbv6FxqnJEb9MBhzc=";
44+
cargoHash = "sha256-8ltuI94yIhff7JxIfe1mog4bDJ/7VFgLooMWOnSTREs=";
4545

4646
strictDeps = true;
4747

0 commit comments

Comments
 (0)