Unverified Commit 65f9e68a authored by Tom Herbers's avatar Tom Herbers
Browse files

bird3: 3.1.4 -> 3.2.0

parent dd9b0792
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bird";
  version = "3.1.4";
  version = "3.2.0";

  src = fetchFromGitLab {
    domain = "gitlab.nic.cz";
    owner = "labs";
    repo = "bird";
    rev = "v${finalAttrs.version}";
    hash = "sha256-xLhx+GWUrbyTXNdacy67F3f9liWHTwVPEDF7O37Q5Es=";
    hash = "sha256-J+I+FJvPOOnjif2jy0ko+BuEcXd3kFjmlDtQpHL2cNc=";
  };

  nativeBuildInputs = [