mousai: 0.7.7 -> 0.7.8

Diff: https://github.com/SeaDve/Mousai/compare/v0.7.7...v0.7.8
This commit is contained in:
Robert Schütz
2024-11-23 17:26:39 +01:00
committed by Matthieu Coudron
parent c6369bb94a
commit ebec53b444
+3 -3
View File
@@ -22,18 +22,18 @@
stdenv.mkDerivation rec {
pname = "mousai";
version = "0.7.7";
version = "0.7.8";
src = fetchFromGitHub {
owner = "SeaDve";
repo = "Mousai";
rev = "v${version}";
hash = "sha256-8N/31WhE79qLzhWxa0EJXJ4k/rg7HUqXZkidbgwNHo4=";
hash = "sha256-lib2rPUTKudzbZQIGZxxxzvWNlbLkLdWtb9h7+C05QE=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit pname version src;
hash = "sha256-FjnRI1vHA9YF/Uw2+hDtMJmeJVa5RcxaYoG4XgXa9Ds=";
hash = "sha256-KrOvPeT8zhxSTNDRJPrAbUnSgnIQegRmNe5TEgGE8+s=";
};
nativeBuildInputs = [