Unverified Commit cb01484e authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

restic: 0.17.1 -> 0.17.2 (#351695)

parents 9680715f 27f2e950
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

buildGoModule rec {
  pname = "restic";
  version = "0.17.1";
  version = "0.17.2";

  src = fetchFromGitHub {
    owner = "restic";
    repo = "restic";
    rev = "v${version}";
    hash = "sha256-/kgZgHmIxZkkmLyR246CcU+8wAekuK8SruY5GBLxJXI=";
    hash = "sha256-CNQUqhFnuxoZpkVKyp/tDEfX91R8kjC2R41o2HA9eaM=";
  };

  patches = [