1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
commit 37b6bfc537
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";
version = "0.9.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-eGntAAaKSwusm3e0zDXZmV9D5uX/uThPvQ5OjPNsxZ8=";
hash = "sha256-OAqXYmlehL9AjZ7V0U0h7RCm/hn77Sf0Wp6R/GRaGY8=";
};
postPatch = ''