Skip to content

Commit a8455ec

Browse files
authored
feat(logria): 0.4.2 -> 0.5.0 (#70)
Update `logria` from `0.4.2` to `0.5.0`. **Built on platform:** `{current}` ([x] build ok) Generated by [bumpkin](https://github.com/74k1/bumpkin).
1 parent 25fc1c2 commit a8455ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/lo/logria.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "logria";
8-
version = "0.4.2";
8+
version = "0.5.0";
99

1010
src = fetchFromGitHub {
1111
owner = "ReagentX";
1212
repo = "logria";
1313
rev = "${version}";
14-
hash = "sha256-5tq+kD0jiaAtC7YYD0H4gYK95+XWCaay7vo5z5WBhU8=";
14+
hash = "sha256-hzsUm6J2gxTw2n18vshEXzwAwrLHEjxR4ZYFidAvePM=";
1515
};
1616

17-
cargoHash = "sha256-nKrMzwTOW8MeOY16w3lSNadQa+mf8GHpQiwyLCJ5uLU=";
17+
cargoHash = "sha256-Mwv+5e01xzCJvkhsabBdJIj7OQCIBiceFsAH3+PF+fk=";
1818

1919
doCheck = false;
2020

0 commit comments

Comments
 (0)