fsearch: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm 2023-08-31 10:49:10 +00:00
parent 9b4d043ba2
commit 3ffc727b3e

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