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.
2 parents eb8ff39 + 9670e47 commit 3d70185Copy full SHA for 3d70185
pkgs/by-name/in/inori/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "inori";
10
- version = "0.2.3";
+ version = "0.2.4";
11
12
src = fetchFromGitHub {
13
owner = "eshrh";
14
repo = "inori";
15
tag = "v${version}";
16
- hash = "sha256-g+OH8sjfByrVsI1KogkluvAqNyYz7Fba2aeJkFhCgPU=";
+ hash = "sha256-UKYRqiwqyYh1ZQH4yAm2ALJjxCkczHAURy/Pob4S29g=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-YiGAOX2zxfjpLBzS7vlUlMG6cUHEAkdbm6z6P7ar064=";
+ cargoHash = "sha256-0ITazN1eGAuuy0QR8GdnU0Z6Nz44R/8kByWyHIr0P60=";
21
22
passthru.updateScript = nix-update-script { };
23
0 commit comments