Skip to content

Commit 08afffb

Browse files
authored
pika-backup: 0.7.2 -> 0.7.4 (#344297)
2 parents c5d95d4 + ec6b577 commit 08afffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/backup/pika-backup/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "pika-backup";
24-
version = "0.7.2";
24+
version = "0.7.4";
2525

2626
src = fetchFromGitLab {
2727
domain = "gitlab.gnome.org";
2828
owner = "World";
2929
repo = "pika-backup";
3030
rev = "v${version}";
31-
hash = "sha256-Z9vRuz5PwOhJ3DQD9zvCilgTMww7bRL4aR6fRoHIayI=";
31+
hash = "sha256-DtLGD7+Ydj2fvEHU+bDQDMC/E/9VgrlVNMCG6OlPmfg=";
3232
};
3333

3434
cargoDeps = rustPlatform.fetchCargoTarball {
3535
inherit src;
3636
name = "${pname}-${version}";
37-
hash = "sha256-hcfkwxwLOUBMj6rvhI5F4OO9UaSP7CAE0JNOGlh2lVY=";
37+
hash = "sha256-8nFkc77FiLxMA1hMm8k5VB84l+pQeL0JSzYDytXrNUE=";
3838
};
3939

4040
patches = [

0 commit comments

Comments
 (0)