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
commit 6b3a0ab73e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
name = "filterpath"; name = "filterpath";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Sigmanificient"; owner = "Sigmanificient";
repo = "filterpath"; repo = "filterpath";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-vagIImWQQRigMYW12lw+Eg37JJ2yO/V5jq4wD3q4yy8="; hash = "sha256-9rHooXgpvfNNeWxS8UF6hmb8vCz+xKABrJNd+AgKFJs=";
}; };
makeFlags = [ makeFlags = [