Skip to content

Commit 35bfba9

Browse files
authored
restic-rest-server: 0.13.0 -> 0.14.0 (#412807)
2 parents 5823314 + 89fc608 commit 35bfba9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pkgs/tools/backup/restic/rest-server.nix renamed to pkgs/by-name/re/restic-rest-server/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "restic-rest-server";
10-
version = "0.13.0";
10+
version = "0.14.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "restic";
1414
repo = "rest-server";
1515
rev = "v${version}";
16-
hash = "sha256-o55y+g9XklKghVK1c6MTRI8EHLplTv5YKUWGRyyvmtk=";
16+
hash = "sha256-cWnZ91mrllhTlCLb+BoJMXqUON2wOWCqVShg+NKU7gs=";
1717
};
1818

19-
vendorHash = "sha256-MBkh61vFogf0su/mP3b2J8t/LTtfVzLlpa9MSzAq6Tw=";
19+
vendorHash = "sha256-Fg8dDqehART535LYEOLazQntUAKxv9nmBN1RByW4OYE=";
2020

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

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10889,8 +10889,6 @@ with pkgs;
1088910889

1089010890
restic = callPackage ../tools/backup/restic { };
1089110891

10892-
restic-rest-server = callPackage ../tools/backup/restic/rest-server.nix { };
10893-
1089410892
rethinkdb = callPackage ../servers/nosql/rethinkdb {
1089510893
stdenv = clangStdenv;
1089610894
libtool = cctools;

0 commit comments

Comments
 (0)