Robert Schütz 2023-02-20 21:40:36 -08:00 committed by Robert Schütz
parent f44976929e
commit c27a1a105e

View file

@ -4,6 +4,7 @@
, rustPlatform
, substituteAll
, desktop-file-utils
, git
, itstool
, meson
, ninja
@ -18,20 +19,20 @@
stdenv.mkDerivation rec {
pname = "pika-backup";
version = "0.4.2";
version = "0.5.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "pika-backup";
rev = "v${version}";
hash = "sha256-EiXu5xv42at4NBwpCbij0+YsxVlNvIYrnxmlB9ItqZc=";
hash = "sha256-d+VkKY14o1wwINSlVBsvWux8YhyXg77N9i2R61QLGqM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-2IDkVkzH5qQM+XiyxuST5p0y4N/Sz+4+Sj3Smotaf8M=";
hash = "sha256-3MNwX8kB+bjP9Dz+k+HYmCOI1Naa9tDBe0+GKsEmqnc=";
};
patches = [
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
desktop-file-utils
git
itstool
meson
ninja