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

Commits on Nov 10, 2018

  1. appstream: 0.12.2 -> 0.12.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/appstream/versions
    r-ryantm committed Nov 10, 2018
    Copy the full SHA
    f72bc25 View commit details

Commits on Nov 11, 2018

  1. Merge pull request #50196 from r-ryantm/auto-update/appstream

    appstream: 0.12.2 -> 0.12.3
    infinisil authored Nov 11, 2018
    Copy the full SHA
    5e22345 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/appstream/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/appstream/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "appstream-${version}";
version = "0.12.2";
version = "0.12.3";

src = fetchFromGitHub {
owner = "ximion";
repo = "appstream";
rev = "APPSTREAM_${stdenv.lib.replaceStrings ["."] ["_"] version}";
sha256 = "1g15c4bhyl730rgaiqia3jppraixh05c3yx098lyilidbddxp5xb";
sha256 = "154yfn10vm5v7vwa2jz60bgpcznzm3nkjg31g92rm9b39rd2y1ja";
};

nativeBuildInputs = [