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

Commits on Nov 19, 2018

  1. gede: 2.10.9 -> 2.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/gede/versions
    r-ryantm committed Nov 19, 2018
    Copy the full SHA
    96c0c07 View commit details

Commits on Nov 21, 2018

  1. Merge pull request #50772 from r-ryantm/auto-update/gede

    gede: 2.10.9 -> 2.12.3
    c0bw3b authored Nov 21, 2018
    Copy the full SHA
    a252c0f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/gede/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/gede/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "gede-${version}";
version = "2.10.9";
version = "2.12.3";

src = fetchurl {
url = "http://gede.acidron.com/uploads/source/${name}.tar.xz";
sha256 = "0av9v3r6x6anjjm4hzn8wxnvrqc8zp1g7570m5ndg7cgc3sy3bg6";
sha256 = "041wvby19dlcbb7x3yn2mbcfkrn0pkyjpgm40ngsks63kqzmkpdp";
};

nativeBuildInputs = [ qmake makeWrapper python ];