mousai: 0.7.0 -> 0.7.3

Diff: https://github.com/SeaDve/Mousai/compare/v0.7.0...v0.7.3
This commit is contained in:
Robert Schütz 2023-04-25 08:25:55 -07:00
parent 50dc8c7859
commit 62ece3b5f8

View File

@ -21,19 +21,19 @@
stdenv.mkDerivation rec {
pname = "mousai";
version = "0.7.0";
version = "0.7.3";
src = fetchFromGitHub {
owner = "SeaDve";
repo = "Mousai";
rev = "v${version}";
hash = "sha256-dL+ZBv97T0sN7mPoOKsp5f6Dl9aarBYm2RRUfOclb+s=";
hash = "sha256-VAP2ENgI0Ge1JJEfNtw8dgOLZ1g0sEaoZHICFKI3hXM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-qAtMpYVZwyay1KGYlH40T0HambrWh4CaZnwjvqev44g=";
hash = "sha256-vbMfIk/fXmAHgouzyeceP7jAc/OIyUxFDu/+31aB1F4=";
};
nativeBuildInputs = [