global: 6.6.11 -> 6.6.12

This commit is contained in:
R. Ryantm 2024-03-05 12:19:22 +00:00 committed by Peter Hoeg
parent 4d676c8ab9
commit 3a9e4ee568

View file

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