pkgs: spot: bump to v2.14.1
This commit is contained in:
parent
b98a3c47b4
commit
128a97da6d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
fetchurl,
|
fetchurl,
|
||||||
python3,
|
python3,
|
||||||
}: let
|
}: let
|
||||||
version = "2.13.1";
|
version = "2.14.1";
|
||||||
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-udHeSrzQafkj4aMmP1jMr8xUiWqoGLRVkoyisaRGbck";
|
sha256 = "sha256-Jd+KavTkuzrmdRWsmOPTfEMDpoLjOqpm5y10s5RZpTA=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue