double-entry-generator: 2.11.0 -> 2.12.0

This commit is contained in:
R. Ryantm
2025-10-11 02:53:11 +00:00
parent fc430b0bdf
commit 2c51470199

View File

@@ -6,11 +6,11 @@
}:
buildGoModule rec {
pname = "double-entry-generator";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "deb-sig";
repo = "double-entry-generator";
hash = "sha256-tHJwn1G/2wySnKpF+P0tyOu3mYk8zD9D301kxrWaWws=";
hash = "sha256-j/iShGFfuk4iIGFv+S5sxXCyJ2f0xbJVYOSFtsijjq0=";
rev = "v${version}";
};