Unverified Commit b282134b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

mousai: 0.7.8 -> 0.7.9 (#436374)

parents a9a89752 328b7c32
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,18 +24,18 @@

stdenv.mkDerivation rec {
  pname = "mousai";
  version = "0.7.8";
  version = "0.7.9";

  src = fetchFromGitHub {
    owner = "SeaDve";
    repo = "Mousai";
    rev = "v${version}";
    hash = "sha256-lib2rPUTKudzbZQIGZxxxzvWNlbLkLdWtb9h7+C05QE=";
    hash = "sha256-UhGqgVZ4K7+xKRGf7JYw4Mr+V+Cc3HjvGT8hDKaM6fo=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-59mxTtXQaGiHHbS4vOtwm5py/1BWwaSf+CBdKEtUpno=";
    hash = "sha256-NYYVxVCONQoW+dcbwuJWzD2LAPhwOEQSgtfoY2iZi/c=";
  };

  nativeBuildInputs = [