telescope: 0.9.1 -> 0.10

This commit is contained in:
R. Ryantm 2024-06-28 02:57:26 +00:00
parent f60c6b6c78
commit 2f9ce7f04d

View File

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