bump sunk to fix album id's

This commit is contained in:
Gabriel Fontes
2023-06-11 13:38:15 -03:00
parent 6400a89ff2
commit fdb1c3e7ef
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1699,7 +1699,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "sunk"
version = "0.1.2"
source = "git+https://github.com/Misterio77/sunk#16bc4f782924ee794977238458a4ad8ad7197364"
source = "git+https://github.com/Misterio77/sunk#6c5e520797ea00d9705ae861e0ae4bee9fe9d930"
dependencies = [
"async-trait",
"log",

View File

@@ -13,7 +13,7 @@ in rustPlatform.buildRustPackage {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"sunk-0.1.2" = "sha256-0kCNEb38NbrhfgFB+aj3vcpWZhWjfHBP7V/CjUrMkF4=";
"sunk-0.1.2" = "sha256-gxDinyzKHxph2D5OZ9TevVEWtsEnnFpu4BfkkBnRMx4=";
"serenity-0.11.5" = "sha256-10s0kflNYEMwUXAgrh6d1IUk3ZRSCkAilz9m1lVhXhA=";
"songbird-0.3.2" = "sha256-8wzCcV9W6K0MHqZ8yhTIMjh165NV8OQ9zlgrRrIhlOI=";
};