Skip to content

Commit 3d70185

Browse files
authored
inori: 0.2.3 -> 0.2.4 (#390716)
2 parents eb8ff39 + 9670e47 commit 3d70185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/in/inori/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "inori";
10-
version = "0.2.3";
10+
version = "0.2.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "eshrh";
1414
repo = "inori";
1515
tag = "v${version}";
16-
hash = "sha256-g+OH8sjfByrVsI1KogkluvAqNyYz7Fba2aeJkFhCgPU=";
16+
hash = "sha256-UKYRqiwqyYh1ZQH4yAm2ALJjxCkczHAURy/Pob4S29g=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-YiGAOX2zxfjpLBzS7vlUlMG6cUHEAkdbm6z6P7ar064=";
20+
cargoHash = "sha256-0ITazN1eGAuuy0QR8GdnU0Z6Nz44R/8kByWyHIr0P60=";
2121

2222
passthru.updateScript = nix-update-script { };
2323

0 commit comments

Comments
 (0)