Unverified Commit 512b984b authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #210437 from dotlambda/restic-0.15.0

restic: 0.14.0 -> 0.15.0
parents 88b7f332 4c6b7d41
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

buildGoModule rec {
  pname = "restic";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "restic";
    repo = "restic";
    rev = "v${version}";
    hash = "sha256-DwXAifXXQNnbzj2XngCyqPABzB9PS/T9U2/T4/z7wm0=";
    hash = "sha256-qWVmsW16eQM7d+HoHR2qE7GpcC5HK7TIhhx6J2glKpA=";
  };

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

  vendorSha256 = "sha256-FakmnQ8RkBYjmj3piA1lDV61FdYIyBmFLY2XXN3AyIQ=";
  vendorHash = "sha256-zhLFMvp97mQclaLwH4Hl8jFNMmoYrf8AtVv49RDq7lM=";

  subPackages = [ "cmd/restic" ];