ledger2beancount: 2.6 -> 2.7
This commit is contained in:
parent
8ae7fa8541
commit
cb01b2339e
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "ledger2beancount";
|
||||
version = "2.6";
|
||||
version = "2.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "beancount";
|
||||
repo = "ledger2beancount";
|
||||
rev = version;
|
||||
sha256 = "sha256-0Br+zuSUYrNP+ZL/FtNoaYoYBYho5kVfxu0tqKJSuBk=";
|
||||
sha256 = "sha256-2LIP3ljK1HMAwjk2ueIf9pFL+UUnGDgx9GYNtRztdFY=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue