We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36aa02d + 4a22c93 commit f6de97bCopy full SHA for f6de97b
pkgs/by-name/do/double-entry-generator/package.nix
@@ -6,15 +6,15 @@
6
}:
7
buildGoModule rec {
8
pname = "double-entry-generator";
9
- version = "2.7.1";
+ version = "2.8.0";
10
src = fetchFromGitHub {
11
owner = "deb-sig";
12
repo = "double-entry-generator";
13
- hash = "sha256-2Y8Spj1LAVZsUgChDYDCZ63pTH+nqs2ff9xcmC+gr0c=";
+ hash = "sha256-DsNcQacbdBzOMK9mVuuK8yz9RXqykYLhXE5YSFYmipA=";
14
rev = "v${version}";
15
};
16
17
- vendorHash = "sha256-Xedva9oGteOnv3rP4Wo3sOHIPyuy2TYwkZV2BAuxY4M=";
+ vendorHash = "sha256-/QMt8zPvHM9znUc0+iUC82bOUJoBmH+shJ9D7AHiQ1E=";
18
19
excludedPackages = [ "hack" ];
20
0 commit comments