···6677pythonPackages.buildPythonApplication rec {
88 pname = "git-up";
99- version = "1.6.1";
99+ version = "2.2.0";
1010+ format = "pyproject";
10111112 src = fetchPypi {
1212- inherit pname version;
1313- sha256 = "0gs791yb0cndg9879vayvcj329jwhzpk6wrf9ri12l5hg8g490za";
1313+ pname = "git_up";
1414+ inherit version;
1515+ hash = "sha256-GTX2IWLQ48yWfPnmtEa9HJ5umQLttqgTlgZQlaWgeE4=";
1416 };
15171818+ nativeBuildInputs = with pythonPackages; [
1919+ poetry-core
2020+ ];
2121+1622 # git should be on path for tool to work correctly
1723 propagatedBuildInputs = [
1824 git
1925 ] ++ (with pythonPackages; [
2020- click
2126 colorama
2222- docopt
2327 gitpython
2424- six
2528 termcolor
2629 ]);
27302828- nativeCheckInputs = [ git pythonPackages.nose ]; # git needs to be on path
3131+ nativeCheckInputs = [
3232+ git
3333+ pythonPackages.pytestCheckHook
3434+ ];
3535+2936 # 1. git fails to run as it cannot detect the email address, so we set it
3037 # 2. $HOME is by default not a valid dir, so we have to set that too
3138 # https://github.com/NixOS/nixpkgs/issues/12591
+3-5
pkgs/applications/virtualization/qemu/default.nix
···4747 + lib.optionalString xenSupport "-xen"
4848 + lib.optionalString hostCpuOnly "-host-cpu-only"
4949 + lib.optionalString nixosTestRunner "-for-vm-tests";
5050- version = "8.0.4";
5050+ version = "8.1.0";
51515252 src = fetchurl {
5353 url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
5454- hash = "sha256-gcgX3aOK+Vi+W+8abPVbZYuy0/uHwealcd5reyxEUWw=";
5454+ hash = "sha256-cQwQEZjjNNR2Lu9l9km8Q/qKXddTA1VLis/sPrJfDlU=";
5555 };
56565757 depsBuildBuild = [ buildPackages.stdenv.cc ]
···153153 "--enable-tools"
154154 "--localstatedir=/var"
155155 "--sysconfdir=/etc"
156156- # Always use our Meson, not the bundled version, which doesn't
157157- # have our patches and will be subtly broken because of that.
158158- "--meson=meson"
159156 "--cross-prefix=${stdenv.cc.targetPrefix}"
160157 (lib.enableFeature guestAgentSupport "guest-agent")
161158 ] ++ lib.optional numaSupport "--enable-numa"
···219216220217 # point tests towards correct binaries
221218 substituteInPlace ../tests/unit/test-qga.c \
219219+ --replace '/bin/bash' "$(type -P bash)" \
222220 --replace '/bin/echo' "$(type -P echo)"
223221 substituteInPlace ../tests/unit/test-io-channel-command.c \
224222 --replace '/bin/socat' "$(type -P socat)"
···55 owner = "uwplse";
66 inherit version;
77 defaultVersion = with lib.versions; lib.switch coq.coq-version [
88- { case = range "8.9" "8.17"; out = "20230107"; }
88+ { case = range "8.9" "8.18"; out = "20230107"; }
99 { case = range "8.6" "8.16"; out = "20210328"; }
1010 { case = range "8.5" "8.13"; out = "20181102"; }
1111 ] null;
+1-1
pkgs/development/coq-modules/Verdi/default.nix
···66 owner = "uwplse";
77 inherit version;
88 defaultVersion = with lib.versions; lib.switch coq.coq-version [
99- { case = range "8.9" "8.17"; out = "20230503"; }
99+ { case = range "8.9" "8.18"; out = "20230503"; }
1010 { case = range "8.7" "8.16"; out = "20211026"; }
1111 { case = range "8.7" "8.14"; out = "20210524"; }
1212 { case = range "8.7" "8.13"; out = "20200131"; }
···12121313 inherit version;
1414 defaultVersion = with lib.versions; lib.switch coq.coq-version [
1515- { case = range "8.13" "8.17"; out = "0.6"; }
1515+ { case = range "8.13" "8.18"; out = "0.6"; }
1616 { case = range "8.11" "8.12"; out = "0.4"; }
1717 ] null;
1818
···55 owner = "coq-ext-lib";
66 inherit version;
77 defaultVersion = with lib.versions; lib.switch coq.coq-version [
88- { case = range "8.11" "8.17"; out = "0.11.8"; }
88+ { case = range "8.11" "8.18"; out = "0.11.8"; }
99 { case = range "8.8" "8.16"; out = "0.11.6"; }
1010 { case = range "8.8" "8.14"; out = "0.11.4"; }
1111 { case = range "8.8" "8.13"; out = "0.11.3"; }
···66 owner = "thery";
77 inherit version;
88 defaultVersion = with lib.versions; lib.switch coq.coq-version [
99- { case = range "8.14" "8.17"; out = "8.17"; }
99+ { case = range "8.14" "8.18"; out = "8.17"; }
1010 { case = range "8.12" "8.16"; out = "8.15"; }
1111 { case = range "8.10" "8.11"; out = "8.10"; }
1212 { case = range "8.8" "8.9"; out = "8.8"; }
···77 domain = "gitlab.inria.fr";
88 inherit version;
99 defaultVersion = with lib.versions; lib.switch coq.coq-version [
1010- { case = range "8.12" "8.17"; out = "3.4.0"; }
1010+ { case = range "8.12" "8.18"; out = "3.4.0"; }
1111 { case = range "8.12" "8.17"; out = "3.3.0"; }
1212 { case = range "8.8" "8.16"; out = "3.2.0"; }
1313 { case = range "8.8" "8.13"; out = "3.1.0"; }
+1-1
pkgs/development/coq-modules/deriving/default.nix
···8899 inherit version;
1010 defaultVersion = with lib.versions; lib.switch coq.coq-version [
1111- { case = range "8.11" "8.17"; out = "0.1.1"; }
1111+ { case = range "8.11" "8.18"; out = "0.1.1"; }
1212 ] null;
13131414 releaseRev = v: "v${v}";
···1212 };
1313 inherit version;
1414 defaultVersion = with lib.versions; lib.switch coq.version [
1515- { case = range "8.10" "8.17"; out = "1.0.1"; }
1515+ { case = range "8.10" "8.18"; out = "1.0.1"; }
1616 { case = range "8.5" "8.14"; out = "1.0.0"; }
1717 ] null;
1818
···2020 withDoc = single && (args.withDoc or false);
2121 defaultVersion = with versions; lib.switch coq.coq-version [
2222 { case = isGe "8.15"; out = "1.17.0"; }
2323- { case = range "8.16" "8.17"; out = "2.0.0"; }
2424- { case = range "8.13" "8.17"; out = "1.16.0"; }
2323+ { case = range "8.16" "8.18"; out = "2.0.0"; }
2424+ { case = range "8.13" "8.18"; out = "1.16.0"; }
2525 { case = range "8.14" "8.16"; out = "1.15.0"; }
2626 { case = range "8.11" "8.15"; out = "1.14.0"; }
2727 { case = range "8.11" "8.15"; out = "1.13.0"; }
+1-1
pkgs/development/coq-modules/metalib/default.nix
···55 owner = "plclub";
66 inherit version;
77 defaultVersion = with lib.versions; lib.switch coq.coq-version [
88- { case = range "8.14" "8.17"; out = "8.15"; }
88+ { case = range "8.14" "8.18"; out = "8.15"; }
99 { case = range "8.10" "8.13"; out = "8.10"; }
1010 ] null;
1111 releaseRev = v: "coq${v}";
···55 owner = "snu-sf";
66 inherit version;
77 defaultVersion = with lib.versions; lib.switch coq.coq-version [
88- { case = range "8.13" "8.17"; out = "4.2.0"; }
88+ { case = range "8.13" "8.18"; out = "4.2.0"; }
99 { case = range "8.12" "8.17"; out = "4.1.2"; }
1010 { case = range "8.9" "8.13"; out = "4.1.1"; }
1111 { case = range "8.6" "8.13"; out = "4.0.2"; }
+2-1
pkgs/development/coq-modules/paramcoq/default.nix
···44 pname = "paramcoq";
55 inherit version;
66 defaultVersion = with lib.versions; lib.switch coq.version [
77- { case = range "8.10" "8.17"; out = "1.1.3+coq${coq.coq-version}"; }
77+ { case = range "8.10" "8.18"; out = "1.1.3+coq${coq.coq-version}"; }
88 { case = range "8.7" "8.13"; out = "1.1.2+coq${coq.coq-version}"; }
99 ] null;
1010 displayVersion = { paramcoq = "..."; };
1111+ release."1.1.3+coq8.18".sha256 = "sha256-hNBaj9hB+OzwXsOX+TOXtDLjA5oP4EmEgseLwxFxW+I=";
1112 release."1.1.3+coq8.17".sha256 = "sha256-m8QGGuwj1lHzDprf4LHgAuzwfoblxtDIHunHBdpmiuM=";
1213 release."1.1.3+coq8.16".sha256 = "sha256-K7/8hXH6DwiW7Gw41sgQF8UDAO3c32xBGWQQapzG8Mo=";
1314 release."1.1.3+coq8.15".sha256 = "0sl7ihznwz05d2x2v78w1zd4q55c1sgy06vxasbcls4v2pkw53hl";
+1-1
pkgs/development/coq-modules/parsec/default.nix
···11111212 inherit version;
1313 defaultVersion = with lib.versions; lib.switch coq.version [
1414- { case = range "8.14" "8.17"; out = "0.1.2"; }
1414+ { case = range "8.14" "8.18"; out = "0.1.2"; }
1515 { case = range "8.12" "8.16"; out = "0.1.1"; }
1616 { case = range "8.12" "8.13"; out = "0.1.0"; }
1717 ] null;
+1-1
pkgs/development/coq-modules/reglang/default.nix
···10101111 inherit version;
1212 defaultVersion = with lib.versions; lib.switch coq.coq-version [
1313- { case = range "8.10" "8.17"; out = "1.1.3"; }
1313+ { case = range "8.10" "8.18"; out = "1.1.3"; }
1414 ] null;
15151616
···15151616 inherit version;
1717 defaultVersion = with lib.versions; lib.switch coq.coq-version [
1818- { case = range "8.10" "8.17"; out = "8.14.0"; }
1818+ { case = range "8.10" "8.18"; out = "8.14.0"; }
1919 { case = "8.9"; out = "8.9.0"; }
2020 { case = "8.8"; out = "8.8.0"; }
2121 { case = "8.7"; out = "8.7.0"; }