Skip to content

Commit ae2dbcb

Browse files
Added new nix package version
1 parent 499dba8 commit ae2dbcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
overlays = import ./overlays; # nixpkgs overlays
1616

1717
# <package-list>: DO NOT REMOVE THIS LINE
18-
step-agent-plugin = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
18+
step-agent-plugin_0_64_0-rc2 = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc2.nix { };
19+
step-agent-plugin = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc2.nix { };
1920
step-agent-plugin_0_64_0-rc1 = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
2021
}

0 commit comments

Comments
 (0)