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

Commits on Sep 26, 2019

  1. gthumb: 3.8.0 -> 3.8.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gthumb/versions
    r-ryantm committed Sep 26, 2019
    Copy the full SHA
    236ef94 View commit details

Commits on Sep 27, 2019

  1. Merge pull request #69579 from r-ryantm/auto-update/gthumb

    gthumb: 3.8.0 -> 3.8.1
    markuskowa authored Sep 27, 2019
    Copy the full SHA
    f09422a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/gthumb/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/gthumb/default.nix
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@

stdenv.mkDerivation rec {
pname = "gthumb";
version = "3.8.0";
version = "3.8.1";

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

nativeBuildInputs = [