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
commit fca3220c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [