elementsd: 0.18.1.8 -> 0.18.1.9

This commit is contained in:
nixbitcoin 2020-10-16 13:41:50 +00:00
parent 1f2f910774
commit 480df0dd65
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA

View File

@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec{
name = "elements" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.18.1.8";
version = "0.18.1.9";
src = fetchurl {
urls = [
"https://github.com/ElementsProject/elements/archive/elements-${version}.tar.gz"
];
sha256 = "8e1a69e959617c0d200150dff9b0302b5c295ec96f1c94c39c3e8af4d99295de";
sha256 = "c6f1b040a896a1aaa7340f5cd48e119c84fef88df5d4c17d5ad5c13783f5b6c7";
};
nativeBuildInputs =