pkgs: spot: bump to 2.12.1

This commit is contained in:
Antoine Martin 2024-11-18 12:16:35 +01:00
parent e7c8757962
commit 8f88dc7a38

View file

@ -3,7 +3,7 @@
fetchurl,
python3,
}: let
version = "2.12";
version = "2.12.1";
in
stdenv.mkDerivation {
inherit version;
@ -15,6 +15,6 @@ in
src = fetchurl {
url = "https://www.lrde.epita.fr/dload/spot/spot-${version}.tar.gz";
sha256 = "sha256-JroHatV+xz0vrlSC1T4W2pXEeCJwdkfnhNjHzsDRBFU=";
sha256 = "sha256-VHfAjU4dBi8WTC5IaoNVaSXQfXDyGA3nBq96qUnG/1w=";
};
}