Commit c27a1a10 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files
parent f4497692
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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