gnome.gpaste: 3.42.1 -> 3.42.2

This commit is contained in:
R. Ryantm
2021-12-10 22:58:30 +01:00
committed by Jan Tojnar
parent aa4dbaa0e3
commit e0c33ded5f
+2 -2
View File
@@ -17,14 +17,14 @@
}:
stdenv.mkDerivation rec {
version = "3.42.1";
version = "3.42.2";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-yoJ/k9cXXF5ELKF0JXGtxsUjfQ/S1sccLRQOQG7YMXo=";
sha256 = "sha256-VWtq1jPwUHHIDpVaSYQ0FiihlfulRofFmacMyv/buMw=";
};
patches = [