voms: 2.1.0-rc2-unstable-2022-06-14 -> 2.1.0 (#270400)

* voms: 2.1.0-rc2-unstable-2022-06-14 -> 2.1.0-rc3

* voms: 2.1.0-rc3 -> 2.1.0
This commit is contained in:
Yueh-Shun Li 2024-07-07 01:19:14 +08:00 committed by GitHub
parent 4820656261
commit eb7805f6fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,15 +18,15 @@
, externalEtc ? "/etc"
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "voms";
version = "2.1.0-rc2-unstable-2022-06-14";
version = "2.1.0";
src = fetchFromGitHub {
owner = "italiangrid";
repo = "voms";
rev = "8e99bb96baaf197f0f557836e2829084bb1bb00e"; # develop branch
hash = "sha256-FG4fHO2lsQ3t/ZaKT9xY+xqdQHfdtzi5ULtxLhdPnss=";
rev = "v${finalAttrs.version}";
hash = "sha256-Xz9+NYaSZsVuoIbyuejVWmwEmsPmMVtBAD94/SXP8ag=";
};
passthru = {
@ -83,4 +83,4 @@ stdenv.mkDerivation {
platforms = platforms.linux; # gsoap is currently Linux-only in Nixpkgs
maintainers = with maintainers; [ ShamrockLee ];
};
}
})