Merge master into staging-next

This commit is contained in:
github-actions[bot]
2022-10-16 00:03:57 +00:00
committed by GitHub
3 changed files with 6 additions and 4 deletions
@@ -11,6 +11,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-choTT20TVp42nN/vS6xCDA7Mbf1ZuAE1tFQZn49g9ak=";
};
separateDebugInfo = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optional stdenv.isAarch64 dtc;
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "python-debian";
version = "0.1.47";
version = "0.1.48";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-UeICgjd3o9cWqEO4pUD7oroL7Z9QeofAwPnu/N7DNCw=";
hash = "sha256-YtUFR9BqVjjOHF6A19cB3fFpY7QHr89b3IPH3k25T3w=";
};
propagatedBuildInputs = [
+2 -2
View File
@@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:
let
version = "2.1.0-M5";
version = "2.1.0-M7";
zshCompletion = fetchurl {
url =
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url =
"https://github.com/coursier/coursier/releases/download/v${version}/coursier";
sha256 = "sha256-mp341H7bvf3Lwt66GKk3afoCtXuBnD97dYrZNx/jkYI=";
sha256 = "sha256-ZKltN/m4ZyOr98k5z4HfPh6jbRUM6MIew+NWo7UAz9o=";
};
nativeBuildInputs = [ makeWrapper ];