gnome3.gpaste: 3.38.4 -> 3.38.5

This commit is contained in:
R. RyanTM 2021-02-04 13:08:08 +00:00 committed by Jan Tojnar
parent 30cbff7820
commit 60d73310e7

View File

@ -17,14 +17,14 @@
}:
stdenv.mkDerivation rec {
version = "3.38.4";
version = "3.38.5";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-CvrwVyx5QP9CeEraJsUInV2pG5puSJebpXQiLwnrFSs=";
sha256 = "sha256-hUqFijqUQ1W8OThpbioqcxkOgYvScKUBmXN84MbMPGE=";
};
patches = [