openterface-qt: 0.3.9 -> 0.3.12

This commit is contained in:
R. Ryantm 2025-05-09 13:16:41 +00:00
parent a8439bf641
commit 9cb2d266fb

View file

@ -22,12 +22,12 @@ let
in
stdenv.mkDerivation (final: {
pname = "openterface-qt";
version = "0.3.9";
version = "0.3.12";
src = fetchFromGitHub {
owner = "TechxArtisanStudio";
repo = "Openterface_QT";
rev = "${final.version}";
hash = "sha256-hJxouOB4J0E0tm2Vr0OcqSMi4CDpjckPPMd/dWDsu4k=";
hash = "sha256-VB2DTfm6X5xY+bGQBq9VXe6boJJTDxBkPEdLvPbd71g=";
};
nativeBuildInputs = [
copyDesktopItems