Merge pull request #296963 from r-ryantm/auto-update/eiwd

eiwd: 2.14-1 -> 2.16-1
This commit is contained in:
Nick Cao 2024-03-19 08:57:52 -04:00 committed by GitHub
commit 089df400fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eiwd";
version = "2.14-1";
version = "2.16-1";
src = fetchFromGitHub {
owner = "illiliti";
repo = "eiwd";
rev = finalAttrs.version;
hash = "sha256-9d7XDA98qMA6Myeik2Tpj0x6yd5VQozt+FHl0U3da50=";
hash = "sha256-TQA9aVdXGX2hje7lRQ8T9QDpSTYGpB5cIDlNYsUg/dM=";
fetchSubmodules = true;
};