mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
rsonpath: 0.7.0 -> 0.7.1
Diff: https://github.com/v0ldek/rsonpath/compare/v0.7.0...v0.7.1 Changelog: https://github.com/v0ldek/rsonpath/blob/v0.7.1/CHANGELOG.md
This commit is contained in:
parent
2b1eb11946
commit
fd3d2deac0
@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rsonpath";
|
||||
version = "0.7.0";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "v0ldek";
|
||||
repo = "rsonpath";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-VzHp5xMzAzo8ZCQyFCb1Igb0deJuZX+PIfs/oIy/zR0=";
|
||||
hash = "sha256-ip5phYOoUm7I0SsnfXVGzgt+OFXjXKt4hiFjH3nkacA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-bnG95BgK41YJABqEGAbxg+gHoOksWc9nTChK7aCFK2E=";
|
||||
cargoHash = "sha256-T2aR3PCQ5BcJZ+Aw/yLJ6vbLxkrKrNnsZkXwo0G9BZE=";
|
||||
|
||||
buildNoDefaultFeatures = !withSimd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user