pkgs: spot: bump to 2.11.6
This commit is contained in:
parent
c730a5e957
commit
657a0b94e7
|
@ -3,7 +3,7 @@
|
||||||
fetchurl,
|
fetchurl,
|
||||||
python3,
|
python3,
|
||||||
}: let
|
}: let
|
||||||
version = "2.11.5";
|
version = "2.11.6";
|
||||||
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-Os/VzREtAFdqwjS66zThxq34wDFV1M2pc+Yxesi9F3Q=";
|
sha256 = "sha256-ppJ5T4nA2zlWulkZvdUxPjcuDeNAAKkCLynhxukcU4o=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue