Unverified Commit 1f1ac935 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

restic: 0.18.0 -> 0.18.1 (#445037)

parents 26febad4 ede9cda2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "restic";
  version = "0.18.0";
  version = "0.18.1";

  src = fetchFromGitHub {
    owner = "restic";
    repo = "restic";
    rev = "v${version}";
    hash = "sha256-odyKcpNAhk1dlVBhjrtmgKjWTOCMtooYOJ5p0J9OUFY=";
    hash = "sha256-lLinqZUOsZCPPybvVDB1f8o9Hl5qKYi0eHwJAaydsD8=";
  };

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

  vendorHash = "sha256-cxOwVf1qZXJbDZC/7cGnKPNpwJnAk3OunKVZpwtI8pI=";
  vendorHash = "sha256-4GVhG1sjFiuKyDUAgmSmFww5bDKIoCjejkkoSqkvU4E=";

  subPackages = [ "cmd/restic" ];