monocypher: 4.0.2 -> 4.0.3 (#532963)

This commit is contained in:
Nikolay Korotkiy
2026-06-18 14:41:22 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "monocypher";
version = "4.0.2";
version = "4.0.3";
src = fetchurl {
url = "https://monocypher.org/download/monocypher-${finalAttrs.version}.tar.gz";
hash = "sha256-ONBxeXOMDJBnfbo863p7hJa8/qdYuhpT6AP+0wrgh5w=";
hash = "sha256-jMm8NBpmJJAW25vXDpFC2NCu+ZRZc3RLGsBdvFXY7mY=";
};
installFlags = [ "PREFIX=$(out)" ];