Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-22 00:45:52 +00:00
committed by GitHub
87 changed files with 769 additions and 301 deletions
+25
View File
@@ -0,0 +1,25 @@
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "handlr";
version = "0.5.0";
src = fetchFromGitHub {
owner = "chmln";
repo = pname;
rev = "v${version}";
sha256 = "1f4gmlqzgw1r8n0w9dr9lpsn94f2hlnak9bbq5xgf6jwgc9mwqzg";
};
cargoSha256 = "16d4dywwkgvvxw6ninrx87rqhx0whdq3yy01m27qjy4gz6z6ad8p";
# Most tests fail (at least some due to directory permissions)
doCheck = false;
meta = with lib; {
description = "Alternative to xdg-open to manage default applications with ease";
homepage = "https://github.com/chmln/handlr";
license = licenses.mit;
maintainers = with maintainers; [ mredaelli ];
};
}
+2 -2
View File
@@ -16,13 +16,13 @@
mkDerivation rec {
pname = "rpi-imager";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = pname;
rev = "v${version}";
sha256 = "0596c7rpkykmjr3gsz9yczqsj7fzq04kc97s0rqkygjnwiqh2rwz";
sha256 = "sha256-wX9EO5hgEM2ftOov0AERloH6GxrwptWltBYWLFXkPUw=";
};
nativeBuildInputs = [ cmake ];
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "upterm";
version = "0.5.2";
version = "0.6.5";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
sha256 = "007hgkkn1cq1i0rkn45i3bz5q9irzm67cz0j5glr6f6d4s0nkjiq";
sha256 = "sha256-wzDK7iQN/z/M1mTKPCH3c+OjFsavplV/0oMiOe5thuI=";
};
vendorSha256 = null;