Skip to content

Commit

Permalink
Merge pull request #3 from Krulknul/v1.2.3
Browse files Browse the repository at this point in the history
v1.2.3+1
  • Loading branch information
Krulknul authored Sep 10, 2024
2 parents 5f7bb7a + 42a63f2 commit 155b66f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions babylon-node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ let
in
stdenv.mkDerivation rec {
pname = "babylon_node";
version = "1.2.2";
version = "1.2.3";

srcs = [
(fetchzip {
url = "https://github.com/radixdlt/babylon-node/releases/download/v1.2.2/babylon-node-v1.2.2.zip";
sha256 = "sha256-WinZMxZtw/A1pBRU46HPc/p5dn+zUaVYSUM6RuZ2j3w=";
url = "https://github.com/radixdlt/babylon-node/releases/download/v1.2.3/babylon-node-v1.2.3.zip";
sha256 = "sha256-v1JuHu+ty5U2RzNDDri44OSMo1+lkpcv4Upkq5DHk8Q=";
name = "babylon_node";
})
(fetchzip {
Expand Down
2 changes: 1 addition & 1 deletion examples/ec2/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
# system.stateVersion is an important variable that ensures compatibility between versions of some stateful services.
# Read more here: https://search.nixos.org/options?show=system.stateVersion&query=system.StateVersion
system.stateVersion = "24.11";
}
}
14 changes: 7 additions & 7 deletions examples/ec2/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
description = "NixOS Flake example for babylon-node-nix usage";

inputs =
let
version = "1.2.2+1";
in
{
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
babylon-node-nix.url = "github:Krulknul/babylon-node-nix/${version}";
};
let
version = "1.2.2+1";
in
{
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
babylon-node-nix.url = "github:Krulknul/babylon-node-nix/${version}";
};

outputs =
{
Expand Down

0 comments on commit 155b66f

Please sign in to comment.