Unverified Commit eb7805f6 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

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
parent 48206562
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 ];
  };
}
})