dashpay.src: fix sha256

This commit is contained in:
Jonathan Ringer 2022-01-03 23:05:22 -08:00
parent 18c2e9910f
commit 8df2c9feb4
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "dashpay";
repo= "dash";
rev = "v${version}";
sha256 = "0l1gcj2xf2bal9ph9y11x8yd28fd25f55f48xbm45bfw3ij7nbaa";
sha256 = "sha256-DMoiUX8Q0HcBHA6ZIN58uPsTnHjEJMi8eGG2DW8z17Q=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];