dogecoin: 1.14.5 -> 1.14.6

This commit is contained in:
R. Ryantm 2022-08-01 13:15:24 +00:00 committed by Franz Pletz
parent 17e59722cb
commit dda7a78c73

View File

@ -9,13 +9,13 @@
with lib;
stdenv.mkDerivation rec {
pname = "dogecoin" + optionalString (!withGui) "d";
version = "1.14.5";
version = "1.14.6";
src = fetchFromGitHub {
owner = "dogecoin";
repo = "dogecoin";
rev = "v${version}";
sha256 = "sha256-Ewefy6sptSQDJVbvQqFoawhA/ujKEn9W2JWyoPYD7d0=";
sha256 = "sha256-PmbmmA2Mq07dwB3cI7A9c/ewtu0I+sWvQT39Yekm/sU=";
};
preConfigure = optionalString withGui ''