thumbdrives: 0.3.1 -> 0.3.2 (#343964)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-25 10:41:35 +02:00 committed by GitHub
commit b3592680f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 18 deletions

View File

@ -1,21 +1,22 @@
{ lib
, python3
, fetchFromSourcehut
, gtk3
, libhandy_0
, gobject-introspection
, meson
, pkg-config
, ninja
, gettext
, glib
, desktop-file-utils
, wrapGAppsHook3
{
lib,
python3,
fetchFromSourcehut,
gtk3,
libhandy_0,
gobject-introspection,
meson,
pkg-config,
ninja,
gettext,
glib,
desktop-file-utils,
wrapGAppsHook3,
}:
python3.pkgs.buildPythonApplication rec {
pname = "thumbdrives";
version = "0.3.1";
version = "0.3.2";
format = "other";
@ -23,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "~martijnbraam";
repo = pname;
rev = version;
sha256 = "sha256-CPZKswbvsG61A6J512FOCKAntoJ0sUb2s+MKb0rO+Xw=";
hash = "sha256-Mh3NSEYscnzw6kjR9m0XbTygj07cIQwdyLcdLpfKi3Y=";
};
postPatch = ''
@ -56,7 +57,10 @@ python3.pkgs.buildPythonApplication rec {
description = "USB mass storage emulator for Linux handhelds";
homepage = "https://sr.ht/~martijnbraam/thumbdrives/";
license = licenses.mit;
maintainers = with maintainers; [ chuangzhu ];
maintainers = with maintainers; [
chuangzhu
Luflosi
];
platforms = platforms.linux;
};
}

View File

@ -12961,8 +12961,6 @@ with pkgs;
threema-desktop = callPackage ../applications/networking/instant-messengers/threema-desktop { };
thumbdrives = callPackage ../applications/system/thumbdrives { };
tidy-viewer = callPackage ../tools/text/tidy-viewer { };
tiled = libsForQt5.callPackage ../applications/editors/tiled { };