Merge pull request #115942 from r-ryantm/auto-update/gpaste

gnome3.gpaste: 3.38.5 -> 3.38.6
This commit is contained in:
Ryan Mulligan 2021-04-28 17:39:42 -07:00 committed by GitHub
commit 2cc8252ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [