Commit 0d1a36bf authored by Bruno Bigras's avatar Bruno Bigras Committed by Yureka
Browse files

restic: 0.15.1 -> 0.15.2

parent 72c1d14d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

buildGoModule rec {
  pname = "restic";
  version = "0.15.1";
  version = "0.15.2";

  src = fetchFromGitHub {
    owner = "restic";
    repo = "restic";
    rev = "v${version}";
    hash = "sha256-KdPslVJHH+xdUuFfmLZumP2lHzkDrrAvpDaj38SuP8o=";
    hash = "sha256-YJBHk/B8+q5f0k5i5hpucsJK4T/cRu9Jv7+O6vlT64Q=";
  };

  patches = [
@@ -17,7 +17,7 @@ buildGoModule rec {
    ./0001-Skip-testing-restore-with-permission-failure.patch
  ];

  vendorHash = "sha256-oetaCiXWEBUEf382l4sjO0SCPxkoh+bMTgIf/qJTQms=";
  vendorHash = "sha256-GWFaCfiE8Ph2uBTBI0E47pH+EJsMsMr1NDuaIGvyXRM=";

  subPackages = [ "cmd/restic" ];