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

Commits on Mar 14, 2019

  1. glava: 1.6.0 -> 1.6.3

    eadwu committed Mar 14, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    9d92031 View commit details
  2. Merge pull request #57672 from eadwu/glava/1.6.3

    glava: 1.6.0 -> 1.6.3
    ryantm authored Mar 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2151df5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/glava/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/glava/default.nix
Original file line number Diff line number Diff line change
@@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
name = "glava-${version}";
version = "1.6.0";
version = "1.6.3";

src = fetchFromGitHub {
owner = "wacossusca34";
repo = "glava";
rev = "v${version}";
sha256 = "1zzaq9x98prlgjnb3fxbrnhqpg50f9qqkwl6r4a1xnsfs93qmqpl";
sha256 = "0kqkjxmpqkmgby05lsf6c6iwm45n33jk5qy6gi3zvjx4q4yzal1i";
};

buildInputs = [