lemoa: fix build (it had incorrect cargo hash)

This commit is contained in:
2025-02-22 09:43:00 +00:00
parent 0b1c94d4a3
commit d5226957bf

View File

@@ -1,21 +1,23 @@
{ lib, stdenv {
, cargo cargo,
, desktop-file-utils desktop-file-utils,
, fetchFromGitHub fetchFromGitHub,
, gdk-pixbuf gdk-pixbuf,
, gitUpdater gitUpdater,
, glib glib,
, graphene graphene,
, gtk4 gtk4,
, libadwaita lib,
, meson libadwaita,
, ninja meson,
, openssl ninja,
, pango openssl,
, pkg-config pango,
, rustc pkg-config,
, rustPlatform rustPlatform,
, wrapGAppsHook4 rustc,
stdenv,
wrapGAppsHook4,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -32,7 +34,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-Wb312zJQYJCzwzfsq8K+5lp4MA5jQPY8U6n4H3eFXo8="; hash = "sha256-PbgDWUEDabPFMYueRjfJoI6fsWwn8gmWd8AYCmBq29o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [