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, fetchurl,
python3, python3,
}: let }: let
version = "2.10.5"; version = "2.10.6";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit version; inherit version;
@ -15,6 +15,6 @@ in
src = fetchurl { src = fetchurl {
url = "https://www.lrde.epita.fr/dload/spot/spot-${version}.tar.gz"; url = "https://www.lrde.epita.fr/dload/spot/spot-${version}.tar.gz";
sha256 = "sha256-40uaMF1VjTMCJWqZZe5fRAGyINyyvlJExksxJqeESio="; sha256 = "sha256-xYjRy1PM6j5ZL5lAKxTC9DZ7NJ7O+OF7bTkd8Ua8i6Q=";
}; };
} }