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