netatalk: 4.5.0 -> 4.5.1 (#542756)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-19 16:36:38 +00:00
committed by GitHub
+2 -2
View File
@@ -39,11 +39,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netatalk";
version = "4.5.0";
version = "4.5.1";
src = fetchurl {
url = "mirror://sourceforge/netatalk/netatalk/netatalk-${finalAttrs.version}.tar.xz";
hash = "sha256-Ytd/WkkeaQhsFwb/fZ4BaRLg5ItD0MOnrmDDhLbWJbM=";
hash = "sha256-8JHeELDECZbr99ZQLPlHz9h9/hp+YvnZYBMiVXOThSQ=";
};
nativeBuildInputs = [