Merge pull request #323074 from r-ryantm/auto-update/telescope

telescope: 0.9.1 -> 0.10
This commit is contained in:
Matthias Beyer 2024-06-30 17:19:41 +02:00 committed by GitHub
commit 5a4cb5ae4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''