Skip to content

Commit ff5a272

Browse files
limbo: 0.0.12 -> 0.0.13 (#377687)
Co-authored-by: nartsisss <[email protected]>
2 parents 126c05a + 7d8dbb6 commit ff5a272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/limbo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "limbo";
10-
version = "0.0.12";
10+
version = "0.0.13";
1111

1212
src = fetchFromGitHub {
1313
owner = "tursodatabase";
1414
repo = "limbo";
1515
tag = "v${version}";
16-
hash = "sha256-Lmtvn7hWdrqumtTpiYK0sTsESeKo4Mfao32K0DfHmrc=";
16+
hash = "sha256-zIjtuATXlqFh2IoM9cqWysZdRFaVgJTcZFWUsK+NtsQ=";
1717
};
1818

19-
cargoHash = "sha256-hOKTN41yqMPh/Zo8jVRiOSL331py9QRzLhkTL2Jz0yI=";
19+
cargoHash = "sha256-rU/e4JEEGj2okNGv5MTieEHQ0LlSsrouGJOHfBMv8rg=";
2020

2121
cargoBuildFlags = [
2222
"-p"

0 commit comments

Comments
 (0)