Skip to content

Commit 4a9ddcc

Browse files
committed
telescope: 0.10.1 → 0.11
1 parent c3f9e1d commit 4a9ddcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/telescope/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "telescope";
17-
version = "0.10.1";
17+
version = "0.11";
1818

1919
src = fetchFromGitHub {
2020
owner = "omar-polo";
2121
repo = "telescope";
2222
rev = version;
23-
hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY=";
23+
hash = "sha256-GKeUXa4RKYkoywrCrpenfLt10Rdj9L0xYI3tf2hFAbk=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)