telescope: 0.7 -> 0.7.1

This commit is contained in:
Heph 2022-01-15 14:00:33 +01:00 committed by Frederik Rietdijk
parent 1e5a42b7fe
commit 60dec7aa31

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.7";
version = "0.7.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
sha256 = "sha256-YF7pysKwEwtyERBDiF0AbnDfqK3S/ZS/y+/rd17dLDw=";
sha256 = "sha256-W42e1p70dMhF9C7BBPp1Yhp2PrRb8/Lu07yOGiUSmNg=";
};
nativeBuildInputs = [