global: 6.6.12 -> 6.6.13

This commit is contained in:
R. Ryantm 2024-07-02 12:38:30 +00:00 committed by Peter Hoeg
parent 99f4beaaec
commit c6efd59652

View File

@ -6,11 +6,11 @@ let
pygments = python3Packages.pygments;
in stdenv.mkDerivation rec {
pname = "global";
version = "6.6.12";
version = "6.6.13";
src = fetchurl {
url = "mirror://gnu/global/${pname}-${version}.tar.gz";
hash = "sha256-VCpbBoQOFOylSLS7YLRMCtzwECTmjrNi+L9xYAeIWQE=";
hash = "sha256-lF80lzDaAfd4VNmBHKj4AWaclGE5WimWbY2Iy2cDNHs=";
};
nativeBuildInputs = [ libtool makeWrapper ];