Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 594723985ce1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f0f1bb64f77
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 14, 2020

  1. tomcat-native: 1.2.24 -> 1.2.25

    (cherry picked from commit cc34aad)
    aanderse committed Sep 14, 2020
    Copy the full SHA
    af23c98 View commit details

Commits on Sep 17, 2020

  1. Merge pull request #98017 from aanderse/tomcat-native

    tomcat-native: 1.2.24 -> 1.2.25 [20.09]
    aanderse authored Sep 17, 2020
    Copy the full SHA
    6f0f1bb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/http/tomcat/tomcat-native.nix
4 changes: 2 additions & 2 deletions pkgs/servers/http/tomcat/tomcat-native.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "tomcat-native";
version = "1.2.24";
version = "1.2.25";

src = fetchurl {
url = "mirror://apache/tomcat/tomcat-connectors/native/${version}/source/${pname}-${version}-src.tar.gz";
sha512 = "5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f";
sha512 = "e121c0a18c51b5f952833df44c3a0add1f9a6e1b61e300abbafa0bc7e8f32296e64c9f81e9ad7389c1bd24abc40739e4726a56158d08e33b7ef00e5fa8a1d33d";
};

sourceRoot = "${pname}-${version}-src/native";