Skip to content

Commit

Permalink
Update to version 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurraca committed Aug 19, 2024
1 parent 5a8893f commit a84c713
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# build the package
pkgs.stdenv.mkDerivation rec {
name = "rpki-client";
version = "8.6";
version = "9.1";

src = rpki-client-src;

Expand Down
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
utils.url = "github:numtide/flake-utils";
# The RPKI portable client source, pinned to a specific version
rpki-client-src = {
url = "github:rpki-client/rpki-client-portable/aa554ab91add82bb68de00d323e02c9d20621aee"; # v8.6
url = "github:rpki-client/rpki-client-portable/a8aadf11866008666e17c65da76132659942fe2c"; # v9.1
flake = false;
};
# The openbsd shim of rpki-client-portable, which gets pulled into rpki-client at build time
# Since Nix can't fetch external sources (or access the Internet) at build time, we pull it in explicitly.
# See https://github.com/rpki-client/rpki-client-portable/blob/master/update.sh
rpki-openbsd-src = {
url = "github:rpki-client/rpki-client-openbsd/082ed00f2b1f8b1b578b2bc9eae84a5fc1923d68"; # v8.6
url = "github:rpki-client/rpki-client-openbsd/a59ae351b4f900cf90b01e755118290047fcdb28"; # v9.1
flake = false;
};
};
Expand Down
4 changes: 4 additions & 0 deletions versions.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{version}: let
versionHashes = {
"9.1" = {
portable = "a8aadf11866008666e17c65da76132659942fe2c";
openbsd = "a59ae351b4f900cf90b01e755118290047fcdb28";
};
"8.6" = {
portable = "aa554ab91add82bb68de00d323e02c9d20621aee";
openbsd = "082ed00f2b1f8b1b578b2bc9eae84a5fc1923d68";
Expand Down

0 comments on commit a84c713

Please sign in to comment.