telescope: 0.6.1 → 0.7

This commit is contained in:
Nikolay Korotkiy 2022-01-14 07:44:53 +03:00
parent bc59ba15b6
commit fca7543bd1
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.6.1";
version = "0.7";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
sha256 = "sha256-r2+jvmnW9EeQf/2X2cOxnOa+HGuGHV6YMftT2MxbSYQ=";
sha256 = "sha256-YF7pysKwEwtyERBDiF0AbnDfqK3S/ZS/y+/rd17dLDw=";
};
nativeBuildInputs = [