Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 2d211c7a cde69e72

+35 -32
+4
pkgs/applications/audio/aacgain/default.nix
··· 12 12 13 13 hardeningDisable = [ "format" ]; 14 14 15 + # -Wnarrowing is enabled by default in recent GCC versions, 16 + # causing compilation to fail. 17 + NIX_CFLAGS_COMPILE = "-Wno-narrowing"; 18 + 15 19 postPatch = '' 16 20 ( 17 21 cd mp4v2
+3 -3
pkgs/applications/version-management/git-and-tools/delta/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "delta"; 12 - version = "0.6.0"; 12 + version = "0.7.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "dandavison"; 16 16 repo = pname; 17 17 rev = version; 18 - sha256 = "sha256-cEVYU7vMgVxVIKztL6LHcvQjrNRRMrB5XMP/7gPCr5A="; 18 + sha256 = "02gm3fxqq91gn1hffy9kc6dkc0y7p09sl6f8njfpsaficij4bs7a"; 19 19 }; 20 20 21 - cargoSha256 = "sha256-iD3Cr1vo0FNyWvAN5m6ND+8sGyekgbkYmIxGTJkPEYE="; 21 + cargoSha256 = "1crz7410xfixx2vb1c060fnygwkkp2k2lgh7y1mjjxjzhpybniw5"; 22 22 23 23 nativeBuildInputs = [ installShellFiles ]; 24 24
+2 -2
pkgs/development/python-modules/breathe/default.nix
··· 1 1 { lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }: 2 2 3 3 buildPythonPackage rec { 4 - version = "4.27.0"; 4 + version = "4.28.0"; 5 5 pname = "breathe"; 6 6 disabled = isPy27; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "5b21f86d0cc99d3168f0d9730e07c1438057083ccc9a9c54de322e59e1f4e740"; 10 + sha256 = "11e35a5fed7545554be51b70eea4578643d8c08972bea43774f413943006b17a"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ docutils six sphinx ];
+8 -3
pkgs/development/python-modules/pg8000/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pg8000"; 11 - version = "1.18.0"; 11 + version = "1.19.0"; 12 12 disabled = pythonOlder "3.6"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "1nkjxf95ldda41mkmahbikhd1fvxai5lfjb4a5gyhialpz4g5fim"; 16 + sha256 = "sha256-EexwwLIOpECAfiyGmUDxSE7qk9cbQ1gHtjhW3YK3RN0="; 17 17 }; 18 18 19 - propagatedBuildInputs = [ passlib scramp ]; 19 + propagatedBuildInputs = [passlib scramp ]; 20 + 21 + postPatch = '' 22 + substituteInPlace setup.py \ 23 + --replace "scramp==1.3.0" "scramp>=1.3.0" 24 + ''; 20 25 21 26 # Tests require a running PostgreSQL instance 22 27 doCheck = false;
+2 -2
pkgs/development/python-modules/scramp/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "scramp"; 10 - version = "1.2.2"; 10 + version = "1.4.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tlocke"; 14 14 repo = "scramp"; 15 15 rev = version; 16 - sha256 = "sha256-d/kfrhvU96eH8TQX7n1hVRclEFWLseEvOxiR6VaOdrg="; 16 + sha256 = "sha256-aXuRIW/3qBzan8z3EzSSxqaZfa3WnPhlviNa2ugIjik="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ asn1crypto ];
+3 -3
pkgs/misc/emulators/wine/sources.nix
··· 44 44 45 45 unstable = fetchurl rec { 46 46 # NOTE: Don't forget to change the SHA256 for staging as well. 47 - version = "6.4"; 47 + version = "6.5"; 48 48 url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz"; 49 - sha256 = "sha256-Gy0rRT2Q1sLXEk5H+urlDlxUwl9pvuHQZTGEMmECTI8="; 49 + sha256 = "sha256-BgD9IIwGkl1mNNKfVDu6CmQ2HDTpvXYJwvDiCWEK00c="; 50 50 inherit (stable) mono gecko32 gecko64; 51 51 52 52 patches = [ ··· 58 58 staging = fetchFromGitHub rec { 59 59 # https://github.com/wine-staging/wine-staging/releases 60 60 inherit (unstable) version; 61 - sha256 = "sha256-gTt75rRoP/HTeD5k/8bW3jjnn8M5atmP9RFqmBQaAfk="; 61 + sha256 = "sha256-u6wDavrFirN1e0fFra4ui3i4PnJF0gcENYoIyNwhIYc="; 62 62 owner = "wine-staging"; 63 63 repo = "wine-staging"; 64 64 rev = "v${version}";
+5 -11
pkgs/servers/monitoring/zabbix/agent2.nix
··· 10 10 inherit sha256; 11 11 }; 12 12 13 + modRoot = "src/go"; 14 + 13 15 vendorSha256 = "1ral3xg58x0lf5vl839nlabf443yzqnbrlzm0q127mvv412f5ajc"; 14 16 15 - nativeBuildInputs = [ autoreconfHook pkg-config]; 17 + nativeBuildInputs = [ autoreconfHook pkg-config ]; 16 18 buildInputs = [ libiconv openssl pcre zlib ]; 17 19 18 20 inherit (buildGoModule.go) GOOS GOARCH; ··· 37 39 ''; 38 40 39 41 # zabbix build process is complex to get right in nix... 40 - # we need to manipulate a number of things for their build 41 - # system to properly work 42 + # use automake to build the go project ensuring proper access to the go vendor directory 42 43 buildPhase = '' 43 - cp -r vendor src/go/vendor 44 + cd ../.. 44 45 make 45 46 ''; 46 47 ··· 48 49 install -Dm0644 src/go/conf/zabbix_agent2.conf $out/etc/zabbix_agent2.conf 49 50 install -Dm0755 src/go/bin/zabbix_agent2 $out/bin/zabbix_agent2 50 51 ''; 51 - 52 - # run `go mod vendor` from the correct directory 53 - overrideModAttrs = (_oldAttrs : { 54 - preConfigure = '' 55 - cd src/go 56 - ''; 57 - }); 58 52 59 53 meta = with lib; { 60 54 description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
+2 -2
pkgs/tools/misc/jdupes/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "jdupes"; 5 - version = "1.19.1"; 5 + version = "1.19.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "jbruchon"; 9 9 repo = "jdupes"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-1gx3rStqIxLt/iRgpdp5z7tX1/wA0miZ1y5WTeGQ1Vs="; 11 + sha256 = "sha256-3lWrSybYp3RrUnydosgsNkGQjrk7JvxuxjMslN4cGfk="; 12 12 # Unicode file names lead to different checksums on HFS+ vs. other 13 13 # filesystems because of unicode normalisation. The testdir 14 14 # directories have such files and will be removed.
+2 -2
pkgs/tools/misc/parallel/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "parallel"; 5 - version = "20210222"; 5 + version = "20210322"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnu/parallel/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-TmmwCuti906i/cZXnTHStKTMCmT+dc9hkmMSQC8b5ys="; 9 + sha256 = "sha256-mPcbRFojoYu06bzk83S5PmptnezfiSvo0iRZ8iS4VpQ="; 10 10 }; 11 11 12 12 outputs = [ "out" "man" "doc" ];
+4 -4
pkgs/tools/text/vale/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "vale"; 5 - version = "2.9.1"; 5 + version = "2.10.2"; 6 6 7 7 subPackages = [ "cmd/vale" ]; 8 8 outputs = [ "out" "data" ]; ··· 11 11 owner = "errata-ai"; 12 12 repo = "vale"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-ItkWmBq1mBVZfHcnqDp8koEAWBH3k9Et2bFA2mNYjVY="; 14 + sha256 = "0cpq2pv6d67fdnm2qbb7p9amk0as8bm4knkywak8fsqadxfadx80"; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorSha256 = "14zimsl0f7sxqqka00krix3q2mxdcpk8n2zh7bz8awjwzn4kg8m3"; 18 18 19 19 postInstall = '' 20 20 mkdir -p $data/share/vale ··· 24 24 buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ]; 25 25 26 26 meta = with lib; { 27 - homepage = "https://errata-ai.gitbook.io/vale/"; 27 + homepage = "https://docs.errata.ai/vale/about"; 28 28 description = "A syntax-aware linter for prose built with speed and extensibility in mind"; 29 29 license = licenses.mit; 30 30 maintainers = [ maintainers.marsam ];