Unverified Commit 14798bbe authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

kdePackages.qodeassist-plugin: 0.6.1 -> 0.6.2 (#439039)

parents 83700980 c3581a9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "qodeassist-plugin";
  version = "0.6.1";
  version = "0.6.2";

  src = fetchFromGitHub {
    owner = "Palm1r";
    repo = "QodeAssist";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+Yc8Vm8uFlMOFIGwuAgmJl6NtCQ7ETbxabFdXJqoVXw=";
    hash = "sha256-M+h4TXgsRBHxta0prFxvxjyrD0MXLWJxpWI5tA4+ZY8=";
  };

  dontWrapQtApps = true;