Merge pull request #252541 from r-ryantm/auto-update/fsearch

This commit is contained in:
Artturi
2023-08-31 18:00:19 +03:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "fsearch";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "cboxdoerfer";
repo = pname;
rev = version;
hash = "sha256-1nu6J5eHVpPHGXcFKHSnUhAJccxABBht5H2bpBx42og=";
hash = "sha256-VBcoDxh4ip2zLBcXVHDe9s1lVRQF4bZJKsGUt6sPcos=";
};
nativeBuildInputs = [