ledger2beancount: 2.5 -> 2.6

This commit is contained in:
R. RyanTM 2021-07-28 07:57:34 +00:00
parent 0efb458bc1
commit 666c20584a

View file

@ -17,13 +17,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "ledger2beancount"; pname = "ledger2beancount";
version = "2.5"; version = "2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "beancount"; owner = "beancount";
repo = "ledger2beancount"; repo = "ledger2beancount";
rev = version; rev = version;
sha256 = "0kimp8l9ax37grfv5r5iw0g0xnrpkak022fl10y3i7kc4nyi1s99"; sha256 = "sha256-0Br+zuSUYrNP+ZL/FtNoaYoYBYho5kVfxu0tqKJSuBk=";
}; };
dontBuild = true; dontBuild = true;