Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-29 06:21:55 +00:00
committed by GitHub
38 changed files with 315 additions and 313 deletions
@@ -17,14 +17,14 @@
}:
stdenv.mkDerivation rec {
version = "3.38.5";
version = "3.38.6";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-hUqFijqUQ1W8OThpbioqcxkOgYvScKUBmXN84MbMPGE=";
sha256 = "sha256-6CIzOBq/Y9XKiv/lQAtDYK6bxhT1WxjbXhu4+noO5nI=";
};
patches = [