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 48184b2 + 6f1462c commit b075b4eCopy full SHA for b075b4e
pkgs/by-name/dc/dcrwallet/package.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "dcrwallet";
5
- version = "2.0.4";
+ version = "2.0.5";
6
7
src = fetchFromGitHub {
8
owner = "decred";
9
repo = "dcrwallet";
10
rev = "release-v${version}";
11
- hash = "sha256-JKux64ANtoBumfVU2OyAyLgHDNZMe/bn+SMuQ8qV43M=";
+ hash = "sha256-0Sqv71G/hxk793kY/j9+HH4P1/W+/do87TZascd8UoI=";
12
};
13
14
- vendorHash = "sha256-ic8328r3BpycC2NiErTiFtRIkQaBhYcBwRgq/t9hmT8=";
+ vendorHash = "sha256-UyU6aSgkHNIi8mP9IUHzD/o726l/XyfgBJOfdCksywo=";
15
16
subPackages = [ "." ];
17
0 commit comments