pkgs: bump spot to 2.10.6

This commit is contained in:
Antoine Martin 2022-05-30 09:57:43 +02:00
parent 71efd78ad2
commit 5f510a01ff

View file

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