Skip to content

Commit

Permalink
Merge pull request #335119 from linj-fork/pr/bump-dmlie
Browse files Browse the repository at this point in the history
dmlive: 5.3.2 -> 5.5.4
  • Loading branch information
NickCao authored Aug 16, 2024
2 parents d58a8f4 + 9a31181 commit d4a7a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/video/dmlive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
pname = "dmlive";
version = "5.3.2";
version = "5.5.4";

src = fetchFromGitHub {
owner = "THMonster";
repo = pname;
rev = "3736d83ac0920de78ac82fe331bc6b16dc72b5cd"; # no tag
hash = "sha256-3agUeAv6Nespn6GNw4wmy8HNPQ0VIgZAMnKiV/myKbA=";
rev = "688ddda12ed70a7ad25ede63e948e1cba143a307"; # no tag
hash = "sha256-M7IZ2UzusWovyhigyUXasmSEz4J79gnFyivHVUqfUKg=";
};

cargoHash = "sha256-MxkWaEn/gMMOuje7lu7PlqsQjnF0LWpV9JzmFBG1ukU=";
cargoHash = "sha256-d3vI2iv2Db1XZQc3uaNfkUpDyNKPvHkb/0zEwRTOWZ0=";

OPENSSL_NO_VENDOR = true;

Expand Down

0 comments on commit d4a7a4d

Please sign in to comment.