pkgs: spot: bump to 2.13

This commit is contained in:
Antoine Martin 2025-05-05 17:36:24 +02:00
parent 3a1f82af26
commit 1c81e9ba5f

View file

@ -3,7 +3,7 @@
fetchurl,
python3,
}: let
version = "2.12.2";
version = "2.13";
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-NhMOU23GqH+twsRLSrL2tBfVpP8879GZy+TqUbogdyQ";
sha256 = "sha256-DQ/mc88byJM3J7yOC+e6NpAURSEeKUWsc/sJg1yB9Os=";
};
}