fileshelter: 6.2.0 -> 6.3.0 (#444838)

This commit is contained in:
Wolfgang Walther
2025-09-21 19:11:00 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fileshelter";
version = "6.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "epoupon";
repo = "fileshelter";
tag = "v${finalAttrs.version}";
hash = "sha256-21ANNJB7rbGAdlS7ELyGAEIjvK8biFlH27yVHrLKpwY=";
hash = "sha256-M6Asq3FWK7JpiLwxtNfuzeltO7iWxLOZIYg5lwJCByM=";
};
postPatch = ''