openterface-qt: 0.1.0 -> 0.2.0 (#384737)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:20:18 +00:00
committed by GitHub
+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