ddgr: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2022-10-23 12:08:41 +00:00
parent 79ec5f2d2b
commit e623df5b2e

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, python3, installShellFiles }:
stdenv.mkDerivation rec {
version = "2.0";
version = "2.1";
pname = "ddgr";
src = fetchFromGitHub {
owner = "jarun";
repo = "ddgr";
rev = "v${version}";
sha256 = "sha256-otfa2t/tfpYKqQu+VQxRKryUsIxM3JKILc3zseTC2KM=";
sha256 = "sha256-D5FUhv1moQKzcLj/3VWJNs24jTXJir1dMpv59orPTtc=";
};
nativeBuildInputs = [ installShellFiles ];