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

Commits on Mar 21, 2018

  1. gparted: 0.30.0 -> 0.31.0

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 0.31.0 with grep in /nix/store/fvg6pam343ci69qdjrcw1yqjznmhnwq5-gparted-0.31.0
    - directory tree listing: https://gist.github.com/4cc11c6b07976ff42e854ec92cc48f35
    ryantm authored and obadz committed Mar 21, 2018
    Copy the full SHA
    eeb290b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/gparted/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/gparted/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
}:

stdenv.mkDerivation rec {
name = "gparted-0.30.0";
name = "gparted-0.31.0";

src = fetchurl {
url = "mirror://sourceforge/gparted/${name}.tar.gz";
sha256 = "0jngbsbvg8k8vbpsphqbk8br2cbmxhabbm2c5bmxm2q5zvpr64fk";
sha256 = "1fh7rpgb4xxdhgyjsirb83zvjfc5mfngb8a1pjbv7r6r6jj4jyrv";
};

configureFlags = [ "--disable-doc" ];