dmlive: 5.3.0 -> 5.3.1

This commit is contained in:
Lin Jian 2023-09-29 19:55:35 +08:00
parent b4cc24e767
commit e1b71e0d52
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "dmlive";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "THMonster";
repo = pname;
rev = "92ce90163c3d84f0fab99e6dc192a65c616ffd81"; # no tag
hash = "sha256-3eRC/XmvZXe3DyXOqSkNpTbddtGr/lcaTaFYqZLZq+w=";
rev = "0a07fd1b831bc9e9d34e474284430297b63446c7"; # no tag
hash = "sha256-Jvxbdm9Swh8m03uZEMTkUhIHNfhE+N2a3w7j+liweKE=";
};
cargoHash = "sha256-TQTdz+ZC5cZxWhccnUmXnq+j2EYM5486mIjn6Poe5a8=";
cargoHash = "sha256-/84T7K6WUt2Bfx9qdZjyOHcJEGoquCfRX1ctQBuUjEc=";
OPENSSL_NO_VENDOR = true;