Merge pull request #86336 from geistesk/st-0.8.3

st: 0.8.2 -> 0.8.3
This commit is contained in:
Jörg Thalheim 2020-04-29 21:59:05 +01:00 committed by GitHub
commit 9e34c3a0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "st-0.8.2";
name = "st-0.8.3";
src = fetchurl {
url = "https://dl.suckless.org/st/${name}.tar.gz";
sha256 = "0ddz2mdp1c7q67rd5vrvws9r0493ln0mlqyc3d73dv8im884xdxf";
sha256 = "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk";
};
inherit patches;