telescope: 0.10 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-07-15 05:05:14 +00:00
parent b64e7d2266
commit 7ec8858169

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.10";
version = "0.10.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-hkXXM/I7sNFomWamT0q1JH62arX1hFbt68Axcijadug=";
hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY=";
};
postPatch = ''