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

Commits on Jul 1, 2018

  1. icmake: 9.02.07 -> 9.02.08

    Project moved from github to gitlab
    pSub committed Jul 1, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    c8ce98d View commit details
  2. yodl: update homepage

    pSub committed Jul 1, 2018
    Copy the full SHA
    fbb047e View commit details
Showing with 6 additions and 6 deletions.
  1. +5 −5 pkgs/development/tools/build-managers/icmake/default.nix
  2. +1 −1 pkgs/development/tools/misc/yodl/default.nix
10 changes: 5 additions & 5 deletions pkgs/development/tools/build-managers/icmake/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub, makeWrapper, gcc, ncurses }:
{ stdenv, fetchFromGitLab, makeWrapper, gcc, ncurses }:

stdenv.mkDerivation rec {
name = "icmake-${version}";
version = "9.02.07";
version = "9.02.08";

src = fetchFromGitHub {
sha256 = "1q3rwri5s1sqm4h75bahkjnlym4bk2ygg4fb75yrniwnj8rhdp12";
src = fetchFromGitLab {
sha256 = "1pr5lagmdls3clzwa2xwcfa3k5750rf7i0j3zld0xirb41zx07q2";
rev = version;
repo = "icmake";
owner = "fbb-git";
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A program maintenance (make) utility using a C-like grammar";
homepage = https://fbb-git.github.io/icmake/;
homepage = https://fbb-git.gitlab.io/icmake/;
license = licenses.gpl3;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/yodl/default.nix
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A package that implements a pre-document language and tools to process it";
homepage = https://fbb-git.github.io/yodl/;
homepage = https://fbb-git.gitlab.io/yodl/;
license = licenses.gpl3;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;