gnome.gpaste: 3.42.2 -> 3.42.5

This commit is contained in:
R. Ryantm
2022-02-17 02:06:29 +01:00
committed by Jan Tojnar
parent 854a00b962
commit d67ffe7bcb
+2 -2
View File
@@ -17,14 +17,14 @@
}:
stdenv.mkDerivation rec {
version = "3.42.2";
version = "3.42.5";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-VWtq1jPwUHHIDpVaSYQ0FiihlfulRofFmacMyv/buMw=";
sha256 = "sha256-BpDA2V40V+VF2CB7ik+edMxrRtYSFnTQ48ec6pt8Jo4=";
};
patches = [