File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
by-name/re/restic-rest-server Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 77
88buildGoModule 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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments