syncstorage-rs: 0.14.0 -> 0.14.1
This commit is contained in:
parent
4f2b18d418
commit
f9d24562e8
2 changed files with 569 additions and 336 deletions
901
pkgs/servers/syncstorage-rs/Cargo.lock
generated
901
pkgs/servers/syncstorage-rs/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -21,13 +21,13 @@ in
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "syncstorage-rs";
|
||||
version = "0.14.0";
|
||||
version = "0.14.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mozilla-services";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
|
||||
hash = "sha256-7lIFHK0XSOtfDEy6N9jcPGOd5Por5i1CBdDZQBiHm8c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue