Merge pull request #219340 from marsam/update-ledger

ledger: 3.3.0 -> 3.3.1
This commit is contained in:
superherointj 2023-03-03 15:01:00 -03:00 committed by GitHub
commit 817291ea37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "ledger";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "ledger";
repo = "ledger";
rev = "v${version}";
hash = "sha256-0hN6Hpmgwb3naV2K1fxX0OyH0IyCQAh1nZ9TMNAutic=";
hash = "sha256-CnMzsFKBNiXmatgY7aiK8UCqIL6qifA4KbV6BJaza40=";
};
outputs = [ "out" "dev" ] ++ lib.optionals usePython [ "py" ];