Update hledger

This commit is contained in:
Charlotte Van Petegem 2021-08-19 10:23:11 +02:00
parent 9ed5b1ae9c
commit 342cce5d02
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -2,10 +2,10 @@
let
hledger-repo = pkgs.fetchFromGitHub {
owner = "Xitian9";
owner = "simonmichael";
repo = "hledger";
rev = "gain";
sha256 = "hNlS4vOl5nzVo1zZOgM0BzY/YFWBsNnEkyq2eXJfee0=";
rev = "master";
sha256 = "yh5raLqwRIoONAbrUT3VKDRgjGidM5y6ZiD/y53ocg4=";
};
in
{