Unverified Commit 5de1164e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

openterface-qt: 0.3.1 -> 0.3.9 (#402254)

parents 0e0a0ae7 5ab95358
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ let
in
stdenv.mkDerivation (final: {
  pname = "openterface-qt";
  version = "0.3.1";
  version = "0.3.9";
  src = fetchFromGitHub {
    owner = "TechxArtisanStudio";
    repo = "Openterface_QT";
    rev = "${final.version}";
    hash = "sha256-HSUKewI6VPEAVkp/O2vnzXR9Eicecutntsd/WvuHU8w=";
    hash = "sha256-hJxouOB4J0E0tm2Vr0OcqSMi4CDpjckPPMd/dWDsu4k=";
  };
  nativeBuildInputs = [
    copyDesktopItems