mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libsodium: 1.0.21-unstable-2026-02-11 -> 1.0.22-unstable-2026-04-09
https://github.com/jedisct1/libsodium/releases/tag/1.0.22-RELEASE
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libsodium";
|
||||
version = "1.0.21-unstable-2026-03-29";
|
||||
version = "1.0.22-unstable-2026-04-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jedisct1";
|
||||
repo = "libsodium";
|
||||
rev = "d1d0bedbac5b415711a92bb4b881cea73f318c93";
|
||||
hash = "sha256-AL41r5N80rUJYu852qdisTwMbaOQ1vAdB/2j82kGqT0=";
|
||||
rev = "77e1ce5d6dee871c49ef211222ba18ef0c486bda";
|
||||
hash = "sha256-k8u7iNqvjLA0PptbneDyE8zCtutJlV2LirrRb41tmBY=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user