mousai: 0.7.9 -> 0.7.10

Diff: https://github.com/SeaDve/Mousai/compare/v0.7.9...v0.7.10
This commit is contained in:
Robert Schütz
2026-05-17 20:14:11 -07:00
parent 6cfdc77f6d
commit 980ee20986
+3 -3
View File
@@ -24,18 +24,18 @@
stdenv.mkDerivation rec {
pname = "mousai";
version = "0.7.9";
version = "0.7.10";
src = fetchFromGitHub {
owner = "SeaDve";
repo = "Mousai";
rev = "v${version}";
hash = "sha256-UhGqgVZ4K7+xKRGf7JYw4Mr+V+Cc3HjvGT8hDKaM6fo=";
hash = "sha256-xOP/lmJcZSdTeAMsV/vDpA2cDC7e8NJU6W1PImzLhZ4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-NYYVxVCONQoW+dcbwuJWzD2LAPhwOEQSgtfoY2iZi/c=";
hash = "sha256-pVPS8+J9crn/Rt/PIW7yiVRmB1Y87vgNVojulU4tr7w=";
};
nativeBuildInputs = [