mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
syncstorage-rs: 0.15.1 -> 0.15.2
changlog: https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.15.2 not sure how relevant these are for nixos-centric use; the security fix definitely is not (as it affects only windows).
This commit is contained in:
parent
bc59f72803
commit
9b8fb7115d
511
pkgs/by-name/sy/syncstorage-rs/Cargo.lock
generated
511
pkgs/by-name/sy/syncstorage-rs/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -20,13 +20,13 @@ in
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "syncstorage-rs";
|
||||
version = "0.15.1";
|
||||
version = "0.15.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mozilla-services";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-uQaiBxK+dV/AgMlKbFUvHV7bUUGX6gpypImCat7H4S8=";
|
||||
hash = "sha256-YKWXr10cVOqQm6XvugwarE3I1gtAyLOlUqPGbLDhHxY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue