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

Commits on Sep 24, 2019

  1. gnuk: 1.0.4 -> 1.2.14

    (cherry picked from commit 5aa5fd4)
    danme authored and globin committed Sep 24, 2019
    Copy the full SHA
    d3feb15 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/gnuk/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/gnuk/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ callPackage, fetchgit, ... } @ args:

callPackage ./generic.nix (args // {
version = "1.0.4";
version = "1.2.14";

src = fetchgit {
url = "git://git.gniibe.org/gnuk/gnuk.git";
rev = "93867d0c8b90c485f9832c0047c3a2e17a029aca";
sha256 = "0ah2gc772kdq7gdwpqwdmfh5nzbx2wgpk5ljnhwc4i3mrkafdiih";
rev = "177ef67edfa2306c2a369a037362385c354083e1";
sha256 = "16wa3xsaq4r8caw6c24hnv4j78bklacix4in2y66j35h68ggr3j1";
};
})