pkgs: spot: update to 2.10.5
This commit is contained in:
parent
b5d8b8458c
commit
f763de8de8
|
@ -3,7 +3,7 @@
|
||||||
fetchurl,
|
fetchurl,
|
||||||
python3,
|
python3,
|
||||||
}: let
|
}: let
|
||||||
version = "2.10.4";
|
version = "2.10.5";
|
||||||
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-6GKc22zOgwd4JpYM0B7OUhPar5ooPW9iqvaa+gYjR4o=";
|
sha256 = "sha256-40uaMF1VjTMCJWqZZe5fRAGyINyyvlJExksxJqeESio=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue