pkgs: bump spot to 2.11.2

This commit is contained in:
Antoine Martin 2022-10-27 10:23:22 +02:00
parent fc6c87e0e6
commit fbdafe4736

View file

@ -3,7 +3,7 @@
fetchurl,
python3,
}: let
version = "2.10.6";
version = "2.11.2";
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-xYjRy1PM6j5ZL5lAKxTC9DZ7NJ7O+OF7bTkd8Ua8i6Q=";
sha256 = "sha256-PmNFjw2khj4c0NLP6FGhAV0yIgXX5AbGqdlWgLnqdU4=";
};
}