telescope: 0.9 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-05-26 15:47:07 +00:00
parent a62e3974b8
commit 8275088b46

View File

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