Merge pull request #334540 from r-ryantm/auto-update/filterpath

filterpath: 1.0.1 -> 1.0.2
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-14 08:04:11 +00:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "filterpath";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "Sigmanificient";
repo = "filterpath";
rev = finalAttrs.version;
hash = "sha256-vagIImWQQRigMYW12lw+Eg37JJ2yO/V5jq4wD3q4yy8=";
hash = "sha256-9rHooXgpvfNNeWxS8UF6hmb8vCz+xKABrJNd+AgKFJs=";
};
makeFlags = [