pkgs: spot: bump to 2.10.1
This commit is contained in:
parent
69190d7181
commit
c16d7dbc71
|
@ -3,7 +3,7 @@
|
|||
, python3
|
||||
}:
|
||||
let
|
||||
version = "2.10";
|
||||
version = "2.10.1";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
@ -15,6 +15,6 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://www.lrde.epita.fr/dload/spot/spot-${version}.tar.gz";
|
||||
sha256 = "sha256-lm4yPBucERFK2/ADCoUqVxFk8YHZnjG9YWr+kTxSMWA=";
|
||||
sha256 = "sha256-OAApifyONyWEGgU3Zluy1d/CWdLgk1gQAyLDj0x0ga0=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue