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: f23acc03cf69
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 915d2fa8cb97
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 11, 2020

  1. uci: unstable-2020-01-27 -> unstable-2020-04-27

    Milan Pässler committed Jul 11, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    915d2fa View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/uci/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/uci/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation {
pname = "uci";
version = "unstable-2020-01-27";
version = "unstable-2020-04-27";

src = fetchgit {
url = "https://git.openwrt.org/project/uci.git";
rev = "e8d83732f9eb571dce71aa915ff38a072579610b";
sha256 = "1si8dh8zzw4j6m7387qciw2akfvl7c4779s8q5ns2ys6dn4sz6by";
rev = "ec8d3233948603485e1b97384113fac9f1bab5d6";
sha256 = "0p765l8znvwhzhgkq7dp36w62k5rmzav59vgdqmqq1bjmlz1yyi6";
};

hardeningDisable = [ "all" ];