Merge pull request #149187 from r-ryantm/auto-update/scowl

scowl: 2019.10.06 -> 2020.12.07
This commit is contained in:
7c6f434c 2021-12-08 11:47:46 +00:00 committed by GitHub
commit 9f329731b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "scowl";
version = "2019.10.06";
version = "2020.12.07";
src = fetchFromGitHub {
owner = "en-wl";
repo = "wordlist";
rev = "rel-${version}";
sha256 = "1daag7h63gdijp1lv3v93bx5kmcb5zsyydsd57kv0a6kk3vs819x";
sha256 = "sha256-J61jhpnZcXMnoGlSuSCrKDZnnyp3Snjr+fUpTVKX64g=";
};
postPatch = ''