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

telescope: 0.10 -> 0.10.1
This commit is contained in:
Sebastián Mancilla
2024-08-17 17:59:41 -04:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.10";
version = "0.10.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
hash = "sha256-hkXXM/I7sNFomWamT0q1JH62arX1hFbt68Axcijadug=";
hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY=";
};
postPatch = ''