filterpath: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2024-08-14 04:28:07 +00:00
parent fe131a9b69
commit e4e19575c8
+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 = [