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

telescope: 0.9 -> 0.9.1
This commit is contained in:
Weijia Wang
2024-06-02 19:07:06 +02:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.9";
version = "0.9.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-eGntAAaKSwusm3e0zDXZmV9D5uX/uThPvQ5OjPNsxZ8=";
hash = "sha256-OAqXYmlehL9AjZ7V0U0h7RCm/hn77Sf0Wp6R/GRaGY8=";
};
postPatch = ''