forked from mirrors/nixpkgs
Merge pull request #131788 from r-ryantm/auto-update/ledger2beancount
ledger2beancount: 2.5 -> 2.6
This commit is contained in:
commit
a602061e16
|
@ -17,13 +17,13 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "ledger2beancount";
|
||||
version = "2.5";
|
||||
version = "2.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "beancount";
|
||||
repo = "ledger2beancount";
|
||||
rev = version;
|
||||
sha256 = "0kimp8l9ax37grfv5r5iw0g0xnrpkak022fl10y3i7kc4nyi1s99";
|
||||
sha256 = "sha256-0Br+zuSUYrNP+ZL/FtNoaYoYBYho5kVfxu0tqKJSuBk=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue