1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

rustic: 0.7.0-unstable-2024-08-10 -> 0.8.0 (#337535)

This commit is contained in:
Donovan Glover 2024-08-29 18:37:09 +00:00 committed by GitHub
commit cc223bad7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5182 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,24 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustic";
version = "0.7.0-unstable-2024-08-10";
version = "0.8.0";
src = fetchFromGitHub {
owner = "rustic-rs";
repo = "rustic";
# rev = "refs/tags/v${version}";
rev = "1c9969c";
hash = "sha256-+YVF59xHb82TOn7Gl0BbX2Yx6Owsp0LiOBgEXHN9QVI=";
rev = "refs/tags/v${version}";
hash = "sha256-4DQNg/pYoIVQpdOp2Yx1AGUdsJbfGSL09Ll5yJTeJlU=";
};
# With the next release please go back to `cargoHash` and remove the vendored
# `Cargo.lock` if possible.
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rustic_backend-0.1.1" = "sha256-6VC0DKqV9NPzwKs6SOI3dQMKrGZd2azUBMbU9dejHKs=";
};
};
cargoHash = "sha256-YFVxTJNzw/A0lz7mH6B+zKjeW5FYqyKHEWckCSVs4A8=";
# At the time of writing, upstream defaults to "self-update", "tui", and "webdav".
# "self-update" is a self-updater, which we don't want in nixpkgs.