Unverified Commit 35bfba9e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

restic-rest-server: 0.13.0 -> 0.14.0 (#412807)

parents 58233142 89fc6086
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "restic-rest-server";
  version = "0.13.0";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "restic";
    repo = "rest-server";
    rev = "v${version}";
    hash = "sha256-o55y+g9XklKghVK1c6MTRI8EHLplTv5YKUWGRyyvmtk=";
    hash = "sha256-cWnZ91mrllhTlCLb+BoJMXqUON2wOWCqVShg+NKU7gs=";
  };

  vendorHash = "sha256-MBkh61vFogf0su/mP3b2J8t/LTtfVzLlpa9MSzAq6Tw=";
  vendorHash = "sha256-Fg8dDqehART535LYEOLazQntUAKxv9nmBN1RByW4OYE=";

  passthru.tests.restic = nixosTests.restic-rest-server;

+0 −2
Original line number Diff line number Diff line
@@ -10889,8 +10889,6 @@ with pkgs;
  restic = callPackage ../tools/backup/restic { };
  restic-rest-server = callPackage ../tools/backup/restic/rest-server.nix { };
  rethinkdb = callPackage ../servers/nosql/rethinkdb {
    stdenv = clangStdenv;
    libtool = cctools;