pkgs: spot: bump to 2.11.3

This commit is contained in:
Antoine Martin 2022-12-15 04:40:32 +01:00
parent eea3120286
commit f3d1b6e11f

View file

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