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: bcab69c63f72
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 352c7112aa0f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2020

  1. gcab: 1.3 -> 1.4

    r-ryantm committed Jan 21, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mawis Matthias Wimmer
    Copy the full SHA
    fd3c604 View commit details
  2. Merge pull request #78179 from r-ryantm/auto-update/gcab

    gcab: 1.3 -> 1.4
    worldofpeace authored Jan 21, 2020
    Copy the full SHA
    352c711 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/gcab/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gcab/default.nix
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
pname = "gcab";
version = "1.3";
version = "1.4";

outputs = [ "bin" "out" "dev" "devdoc" "installedTests" ];

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1rv81b37d5ya7xpfdxrfk173jjcwabxyng7vafgwyl5myv44qc0h";
sha256 = "13q43iqld4l50yra45lhvkd376pn6qpk7rkx374zn8y9wsdzm9b7";
};

patches = [