From 736094aec658c6238767beeefb9a1ea46a64c7f7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 17 Oct 2024 13:30:08 +0000 Subject: [PATCH] xml-security-c: 2.0.4 -> 3.0.0 --- pkgs/development/libraries/xml-security-c/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/xml-security-c/default.nix b/pkgs/development/libraries/xml-security-c/default.nix index d36804c6bce8..e198848d0fa2 100644 --- a/pkgs/development/libraries/xml-security-c/default.nix +++ b/pkgs/development/libraries/xml-security-c/default.nix @@ -15,12 +15,12 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "xml-security-c"; - version = "2.0.4"; + version = "3.0.0"; src = fetchgit { url = "https://git.shibboleth.net/git/cpp-xml-security"; rev = finalAttrs.version; - hash = "sha256-60A6LqUUGmoZMmIvhuZWjrZl6utp7WLhPe738oNd/AA="; + hash = "sha256-D60JtD4p9ERh6sowvwBHtE9XWVm3D8saooagDvA6ZtQ="; }; configureFlags = [