openterface-qt: 0.1.0 -> 0.2.0

This commit is contained in:
R. Ryantm
2025-03-09 14:45:55 +00:00
parent 6bec087c92
commit 9e2219ad33
+2 -2
View File
@@ -22,12 +22,12 @@ let
in
stdenv.mkDerivation (final: {
pname = "openterface-qt";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "TechxArtisanStudio";
repo = "Openterface_QT";
rev = "v${final.version}";
hash = "sha256-hjiN7iA38lt7JLO+8OcO9YesX12r0SenBxjYCiObfOU=";
hash = "sha256-2Z4sMoNfbGuZKyS4YVrId8AIKr5XhNBNcdYfywc2MXM=";
};
nativeBuildInputs = [
copyDesktopItems