mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
restic-rest-server: 0.13.0 -> 0.14.0 (#412807)
This commit is contained in:
commit
35bfba9eef
2 changed files with 3 additions and 5 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "restic-rest-server";
|
pname = "restic-rest-server";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "restic";
|
owner = "restic";
|
||||||
repo = "rest-server";
|
repo = "rest-server";
|
||||||
rev = "v${version}";
|
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;
|
passthru.tests.restic = nixosTests.restic-rest-server;
|
||||||
|
|
|
@ -10889,8 +10889,6 @@ with pkgs;
|
||||||
|
|
||||||
restic = callPackage ../tools/backup/restic { };
|
restic = callPackage ../tools/backup/restic { };
|
||||||
|
|
||||||
restic-rest-server = callPackage ../tools/backup/restic/rest-server.nix { };
|
|
||||||
|
|
||||||
rethinkdb = callPackage ../servers/nosql/rethinkdb {
|
rethinkdb = callPackage ../servers/nosql/rethinkdb {
|
||||||
stdenv = clangStdenv;
|
stdenv = clangStdenv;
|
||||||
libtool = cctools;
|
libtool = cctools;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue