pkgs: spot: bump to 2.10.2
This commit is contained in:
parent
d0a8fa17e5
commit
18bebf3eb2
|
@ -3,7 +3,7 @@
|
||||||
, python3
|
, python3
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.10.1";
|
version = "2.10.2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -15,6 +15,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
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-OAApifyONyWEGgU3Zluy1d/CWdLgk1gQAyLDj0x0ga0=";
|
sha256 = "sha256-wcS6TxyHkZs9J0koDH6ZWafYKkpDqXoZ7KCjyiJgUGY=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue