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

Commits on Jan 15, 2020

  1. grilo: 0.3.10 -> 0.3.11

    r-ryantm committed Jan 15, 2020
    Copy the full SHA
    bab1e3f View commit details

Commits on Jan 16, 2020

  1. Merge pull request #77765 from r-ryantm/auto-update/grilo

    grilo: 0.3.10 -> 0.3.11
    jtojnar authored Jan 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a245f21 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/grilo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/grilo/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

let
pname = "grilo";
version = "0.3.10"; # if you change minor, also change ./setup-hook.sh
version = "0.3.11"; # if you change minor, also change ./setup-hook.sh
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

@@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1s7ilyywf18q26aj5c4709kfizqywjlnacp4jzmj9v9i9kkv4i3y";
sha256 = "0s7b50nbyvi75x2l507q9pnpp4ynrx9qa0hm2bkw7wd2nl61r48g";
};

setupHook = ./setup-hook.sh;