Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e5a51f7868d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 94b577411550
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2019

  1. Copy the full SHA
    0b672bc View commit details

Commits on Aug 21, 2019

  1. Merge pull request #66440 from aanderse/subversion-backport

    subversion: 1.9.9 -> 1.9.12, 1.10.4 -> 1.10.6 [19.03 backport]
    aanderse authored Aug 21, 2019
    Copy the full SHA
    94b5774 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/version-management/subversion/default.nix
8 changes: 4 additions & 4 deletions pkgs/applications/version-management/subversion/default.nix
Original file line number Diff line number Diff line change
@@ -116,13 +116,13 @@ in {
};

subversion19 = common {
version = "1.9.9";
sha256 = "1ll13ychbkp367c7zsrrpda5nygkryma5k18qfr8wbaq7dbvxzcd";
version = "1.9.12";
sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
};

subversion_1_10 = common {
version = "1.10.4";
sha256 = "18c1vdq32nil76w678lxmp73jsbqha3dmzgmfrj76nc0xjmywql2";
version = "1.10.6";
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
extraBuildInputs = [ lz4 utf8proc ];
};