Unverified Commit 0c57b3ac authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #226645 from alyaeanyx/qalculate-4.6.1

libqalculate, qalculate-gtk, qalculate-qt: 4.6.0 -> 4.6.1
parents 962237b6 834c6bf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "qalculate-gtk";
  version = "4.6.0";
  version = "4.6.1";

  src = fetchFromGitHub {
    owner = "qalculate";
    repo = "qalculate-gtk";
    rev = "v${version}";
    sha256 = "sha256-RdvoBs/QeBR032nMh79TLMGU6U7dsY6Ep+QKq4IKRTk=";
    sha256 = "sha256-eBclDq9Uiu5rA74tlBkOiP3fRwAZn84F3LPA2cKkuw8=";
  };

  hardeningDisable = [ "format" ];
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "qalculate-qt";
  version = "4.6.0";
  version = "4.6.1";

  src = fetchFromGitHub {
    owner = "qalculate";
    repo = "qalculate-qt";
    rev = "v${version}";
    hash = "sha256-/TDzjlB8rW/TorndcLbxY9pc3q7vY3M6eLxBRfnBs9Y=";
    hash = "sha256-9DT1U0iKj5C/Tc9MggEr/RwHhVr4GSOJQVhTiLFk9NY=";
  };

  nativeBuildInputs = [ qmake intltool pkg-config wrapQtAppsHook ];
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "libqalculate";
  version = "4.6.0";
  version = "4.6.1";

  src = fetchFromGitHub {
    owner = "qalculate";
    repo = "libqalculate";
    rev = "v${version}";
    sha256 = "sha256-Chjkpb0v+nzl63UWprEl+BB4+cFtXrLQzTELhf7u/KY=";
    sha256 = "sha256-GOVSNEnEl/oef54q88s+YuLyqPMLyx1eoX7DlWrmo2c=";
  };

  outputs = [ "out" "dev" "doc" ];