From fdb1c3e7ef714af920b2dd7e18b363cc58ff0b0a Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 11 Jun 2023 13:38:15 -0300 Subject: [PATCH] bump sunk to fix album id's --- Cargo.lock | 2 +- default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a03307..f28bf97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/default.nix b/default.nix index fee2598..90c5108 100644 --- a/default.nix +++ b/default.nix @@ -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="; };