eiwd: 2.16-1 -> 2.22-1

This commit is contained in:
R. Ryantm 2024-10-09 12:35:49 +00:00
parent eb9f4a34ae
commit 0626ef95d3

View File

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