Skip to content

Commit c903c77

Browse files
authored
Merge: lon: 0.4.0 -> 0.5.0 (#409476)
2 parents c63ca88 + ddda846 commit c903c77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/lo/lon/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "lon";
13-
version = "0.4.0";
13+
version = "0.5.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "nikstur";
1717
repo = "lon";
1818
tag = version;
19-
hash = "sha256-tF9nzTIX0pU/N+h6i7ftn8RhwVB1o3O9+g+sziJvGwc=";
19+
hash = "sha256-/7RelKn3pzC8n+b2OV1pcUEaWeEoH4qC2TvAWwni5AA=";
2020
};
2121

2222
sourceRoot = "source/rust/lon";
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-Aa8Rkny5hBfQpGcZYJrbzU00ExJPTfhQzKDbHAt8rXE=";
25+
cargoHash = "sha256-2/lHRv3bD0hX/JVSucsA3G5gM9NMgRrBf21JtEvzu64=";
2626

2727
nativeBuildInputs = [ makeBinaryWrapper ];
2828

0 commit comments

Comments
 (0)