pkgs: spot: bump to 2.13
This commit is contained in:
parent
3a1f82af26
commit
1c81e9ba5f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
fetchurl,
|
||||
python3,
|
||||
}: let
|
||||
version = "2.12.2";
|
||||
version = "2.13";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
|
@ -15,6 +15,6 @@ in
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://www.lrde.epita.fr/dload/spot/spot-${version}.tar.gz";
|
||||
sha256 = "sha256-NhMOU23GqH+twsRLSrL2tBfVpP8879GZy+TqUbogdyQ";
|
||||
sha256 = "sha256-DQ/mc88byJM3J7yOC+e6NpAURSEeKUWsc/sJg1yB9Os=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue