gnome3.gpaste: 3.38.3 -> 3.38.4

This commit is contained in:
R. RyanTM 2021-01-30 02:28:51 +00:00 committed by Jan Tojnar
parent 9be3d9b950
commit abc1c04714
1 changed files with 2 additions and 2 deletions

View File

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