Merge pull request #204140 from linj-fork/bump-dmlive

dmlive: unstable-2022-08-22 -> unstable-2022-11-19
This commit is contained in:
Bobby Rong 2022-12-03 12:45:02 +08:00 committed by GitHub
commit 0c2d3502db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "dmlive";
version = "unstable-2022-08-22";
version = "unstable-2022-11-19";
src = fetchFromGitHub {
owner = "THMonster";
repo = pname;
rev = "fd4fa1859f05350658db598a50d29f59d22b55a1";
hash = "sha256-NVabHLxPHi7hWoztthPmVC5VRKQKglpytuUQOY1Hzrw=";
rev = "711319043dca3c1fee44cd60841ef51605b42bce";
hash = "sha256-weWl9voqTP/1ZBSLuMFzfWE5NskHNPJnFYy9n9IgcZk=";
};
cargoHash = "sha256-TziP7n9Xgi/wHaiF/NI6noMp1iR6vRuAXxvKJwQHbTw=";
cargoHash = "sha256-9bonyOCQfO5Eq8T2GVCri+INCe4RUOK28nw4cnmmAWs=";
OPENSSL_NO_VENDOR = true;