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

Commits on Mar 26, 2019

  1. imgurbash2: 2.1 -> 3.1

    (cherry picked from commit 1960156)
    delroth authored and samueldr committed Mar 26, 2019
    Copy the full SHA
    87221ac View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/graphics/imgurbash2/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/imgurbash2/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, bash, curl, xsel }:

stdenv.mkDerivation rec {
name = "imgurbash2-${version}";
version = "2.1";
pname = "imgurbash2";
version = "3.1";

src = fetchFromGitHub {
owner = "ram-on";
repo = "imgurbash2";
rev = version;
sha256 = "1vdkyy0gvjqwc2g7a1lqx6cbynfxbd4f66m8sg1xjvd0kdpgi9wk";
sha256 = "1hqghlk8c6svfszhmp02bhkc791lqhqffgiypf05giqmr5d8b9a9";
};

installPhase = ''