File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124 brepl = pkgs.callPackage (pkgs.fetchFromGitHub {
125125 owner = "licht1stein";
126126 repo = "brepl";
127- rev = "v2.6.1 ";
127+ rev = "v2.6.2 ";
128128 hash = "sha256-uUaDRuGz/f1OyTO125oj/hWX7K65vLy/2zgu1RI9hLI=";
129129 } + "/package.nix") {};
130130in
Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ brepl documentation: https://github.com/licht1stein/brepl
10541054 (:import [java.net Socket]
10551055 [java.io PushbackInputStream]))
10561056
1057- (def version " 2.6.1 " )
1057+ (def version " 2.6.2 " )
10581058
10591059(def cli-spec
10601060 {:e {:desc " Expression to evaluate (everything after -e is treated as code)"
Original file line number Diff line number Diff line change 66
77stdenv . mkDerivation rec {
88 pname = "brepl" ;
9- version = "2.6.1 " ;
9+ version = "2.6.2 " ;
1010
1111 src = ./. ;
1212
Original file line number Diff line number Diff line change 1616 (:import [java.net Socket]
1717 [java.io PushbackInputStream]))
1818
19- (def version " 2.6.1 " )
19+ (def version " 2.6.2 " )
2020
2121(def cli-spec
2222 {:e {:desc " Expression to evaluate (everything after -e is treated as code)"
You can’t perform that action at this time.
0 commit comments