Skip to content

Commit

Permalink
ddgr: 1.8.1 -> 1.9
Browse files Browse the repository at this point in the history
Changelog: https://github.com/jarun/ddgr/releases/tag/v1.9

Fixes current breakage due to API changes.
  • Loading branch information
markus1189 committed Jul 26, 2020
1 parent bb395a9 commit abc7e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ddgr/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3, installShellFiles }:

stdenv.mkDerivation rec {
version = "1.8.1";
version = "1.9";
pname = "ddgr";

src = fetchFromGitHub {
owner = "jarun";
repo = "ddgr";
rev = "v${version}";
sha256 = "0668wzh1gqin0xscy3fly9hz370n2ny175f3kya9bsld0x0jkd5p";
sha256 = "0qbdq7k0mmvkjp6qzz88n7vf29liqn6y5w4y39ldqdc8hzw5sld7";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit abc7e5a

Please sign in to comment.