st: 0.8.1 -> 0.8.2

This commit is contained in:
Pascal Wittmann 2019-02-09 13:58:07 +01:00
parent 406426b320
commit d7574a7c31
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

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