Skip to content

Commit 1850f1e

Browse files
committed
Bump version to 2.6.2
1 parent f5732f9 commit 1850f1e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ let
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") {};
130130
in

brepl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
stdenv.mkDerivation rec {
88
pname = "brepl";
9-
version = "2.6.1";
9+
version = "2.6.2";
1010

1111
src = ./.;
1212

src/brepl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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)"

0 commit comments

Comments
 (0)