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