gnunet: 0.25.0 -> 0.25.1

This commit is contained in:
R. Ryantm
2025-09-28 20:19:51 +00:00
parent 62588b43e4
commit 108b1b0c4d
+2 -2
View File
@@ -39,11 +39,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnunet";
version = "0.25.0";
version = "0.25.1";
src = fetchurl {
url = "mirror://gnu/gnunet/gnunet-${finalAttrs.version}.tar.gz";
hash = "sha256-LepmLuhgWUaFKvAtKAbKZP2t7cxxju72uG4LJoIsNv8=";
hash = "sha256-ITNsFs1X+R+dX9U1lILZFRp83w1jlvi2GCjBfMxmj1w=";
};
enableParallelBuilding = true;