ledger: 3.3.1 -> 3.3.2

https://github.com/ledger/ledger/releases/tag/v3.3.2
This commit is contained in:
Mario Rodas
2023-03-30 04:20:00 +00:00
parent f89354c12f
commit b427649abd
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "ledger";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "ledger";
repo = "ledger";
rev = "v${version}";
hash = "sha256-CnMzsFKBNiXmatgY7aiK8UCqIL6qifA4KbV6BJaza40=";
hash = "sha256-Uym4s8EyzXHlISZqThcb6P1H5bdgD9vmdIOLkk5ikG0=";
};
outputs = [ "out" "dev" ] ++ lib.optionals usePython [ "py" ];