Merge pull request #156379 from r-ryantm/auto-update/binance

binance: 1.29.0 -> 1.30.1
This commit is contained in:
Ryan Mulligan
2022-01-24 16:46:57 -08:00
committed by GitHub
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "binance";
version = "1.29.0";
version = "1.30.1";
src = fetchurl {
url = "https://github.com/binance/desktop/releases/download/v${version}/${pname}-${version}-amd64-linux.deb";
sha256 = "sha256-LQX5RUTVm6lBdRzCFMBq1NLGGiLBVyykJ1LY9FqINnY=";
sha256 = "sha256-Su8pVf5GSBK770D778MmrgYr0ov/JBTNcnL8EZzoG3U=";
};
nativeBuildInputs = [