mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
qucs-s: 1.0.2 -> 1.1.0
This commit is contained in:
parent
03afc9d850
commit
296b322b40
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qucs-s";
|
pname = "qucs-s";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ra3xdh";
|
owner = "ra3xdh";
|
||||||
repo = "qucs_s";
|
repo = "qucs_s";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-2YyVeeUnLBS1Si9gwEsQLZVG98715dz/v+WCYjB3QlI=";
|
sha256 = "sha256-cQ9UNCTwRW61dOQYJX0mPNtCTk0qXKx8VQ6BIXl6Fa8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison wrapQtAppsHook cmake ];
|
nativeBuildInputs = [ flex bison wrapQtAppsHook cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user