aesop: 1.1.2 -> 1.1.3

https://github.com/lainsce/aesop/releases/tag/1.1.3
This commit is contained in:
worldofpeace 2019-11-20 05:47:52 -05:00
parent 82f1e398d1
commit 3575bd5e2e

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "aesop";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "1vadm8295jb7jaah2qykf3h9zvl5c013sanmxqi4snmmq4pa32ax";
sha256 = "1hnwhxaz0zx4fswrxjzyv5s77v5fimn87yid9sd1qgfv2g1ck0jc";
};
nativeBuildInputs = [