seth 2024-07-15 13:05:43 -04:00
parent 858ad19226
commit e259e0aec6
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -3,6 +3,7 @@
fetchFromGitHub,
python3Packages,
appstream,
blueprint-compiler,
desktop-file-utils,
glib,
gobject-introspection,
@ -15,18 +16,19 @@
python3Packages.buildPythonApplication rec {
pname = "binary";
version = "0.3";
version = "0.3.1";
format = "other";
src = fetchFromGitHub {
owner = "fizzyizzy05";
repo = "binary";
rev = "refs/tags/${version}";
hash = "sha256-bR0oCqbnyUTCueT4f0Ij7qbwjNnN4eMDAOUK9MnCEJ0=";
hash = "sha256-4Ep7d5grMXCCy9tL8wquJsx13jVIp+piDPeJh6mYFpI=";
};
nativeBuildInputs = [
appstream
blueprint-compiler
desktop-file-utils
glib # need glib-compile-schemas
gobject-introspection