rustic: 0.8.0 -> 0.8.1 (#341010)
This commit is contained in:
commit
f8943e97ca
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rustic";
|
pname = "rustic";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rustic-rs";
|
owner = "rustic-rs";
|
||||||
repo = "rustic";
|
repo = "rustic";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-4DQNg/pYoIVQpdOp2Yx1AGUdsJbfGSL09Ll5yJTeJlU=";
|
hash = "sha256-SOXuQIdebzMHyO/r+0bvhZvdc09pNPiCXgYfzMoZUZo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-YFVxTJNzw/A0lz7mH6B+zKjeW5FYqyKHEWckCSVs4A8=";
|
cargoHash = "sha256-5tXaq/FPC3T+f1p4RtihQGgwAptcO58mOKQhiOpjacc=";
|
||||||
|
|
||||||
# At the time of writing, upstream defaults to "self-update", "tui", and "webdav".
|
# 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.
|
# "self-update" is a self-updater, which we don't want in nixpkgs.
|
||||||
|
Loading…
Reference in New Issue
Block a user