Merge pull request #167629 from r-ryantm/auto-update/xedit

authored by Ben Siraphob and committed by GitHub 03fc22dd 16cdb34f

+2 -2
+2 -2
pkgs/applications/editors/xedit/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "xedit"; 15 - version = "1.2.2"; 15 + version = "1.2.3"; 16 16 17 17 src = fetchFromGitLab { 18 18 domain = "gitlab.freedesktop.org"; 19 19 owner = "xorg/app"; 20 20 repo = "xedit"; 21 21 rev = "${pname}-${version}"; 22 - sha256 = "0b5ic13aasv6zh20v2k7zyxsqbnsxfq5rs3w8nwzl1gklmgrjxa3"; 22 + sha256 = "sha256-WF+4avzRRL0+OA3KxzK7JwmArkPu9fEl+728R6ouXmg="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ autoreconfHook pkg-config utilmacros ];