eyedropper: 0.6.0 -> 1.0.0

This commit is contained in:
zendo 2023-11-28 07:23:13 +08:00
parent f974988b73
commit 928bfe0ef3

View File

@ -6,6 +6,7 @@
, pkg-config
, meson
, ninja
, blueprint-compiler
, glib
, gtk4
, libadwaita
@ -17,25 +18,26 @@
stdenv.mkDerivation rec {
pname = "eyedropper";
version = "0.6.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "FineFindus";
repo = pname;
rev = "v${version}";
hash = "sha256-ZlqRTTSQHmsOhQNg8W2hKL2/zCOu2ECEUrTQ507WN90=";
hash = "sha256-PStQC9n+DTTOiNO9fHUjIkwgvKeA2alVbtX5qfqhTYo=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-/CIheSIFrymYcCip3NmozAS8ojPnF0qO+oXI15zttkE=";
hash = "sha256-WRjoyIoVvOYcw2i/cMycE67iziZ8dvQrZ3EfE2v2jkQ=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
blueprint-compiler
wrapGAppsHook4
appstream-glib
desktop-file-utils