pika-backup: 0.7.6 -> 0.8.2 (#507339)

This commit is contained in:
dotlambda
2026-05-08 20:40:36 +00:00
committed by GitHub
2 changed files with 10 additions and 8 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
diff --git a/src/borg/process.rs b/src/borg/process.rs
index 9af8da7..85bcbf8 100644
--- a/src/borg/process.rs
+++ b/src/borg/process.rs
@@ -278,7 +278,7 @@ impl BorgCall {
diff --git a/pika-backup-common/src/borg/process.rs b/pika-backup-common/src/borg/process.rs
index eb97eef9..5e8fad65 100644
--- a/pika-backup-common/src/borg/process.rs
+++ b/pika-backup-common/src/borg/process.rs
@@ -284,7 +284,7 @@ impl BorgCall {
}
pub(super) fn command(&self) -> Result<(async_process::Command, UnixStream)> {
+5 -3
View File
@@ -18,24 +18,25 @@
gtk4,
libadwaita,
libsecret,
openssl,
nix-update-script,
}:
stdenv.mkDerivation rec {
pname = "pika-backup";
version = "0.7.6";
version = "0.8.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "pika-backup";
tag = version;
hash = "sha256-tWTINRYCAhPV2srZWIYJeH4NAQIv/ED0bBdeKKgkC78=";
hash = "sha256-02ChjIXjTos3jm6UR37tFWhRlUvyh/1r6zLsd6fQsyc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-Ut7dFhm67tcpELZzQPwyIs9/3YNHofi2VF9RxQCD7qo=";
hash = "sha256-e6hep/aTpC5HDI/UoSJONGZRP3rjA2eVh9G4DE3HJpE=";
};
patches = [
@@ -66,6 +67,7 @@ stdenv.mkDerivation rec {
gtk4
libadwaita
libsecret
openssl
];
passthru = {