eiwd: 2.8-1 -> 2.10-1

This commit is contained in:
R. Ryantm 2023-12-14 13:59:08 +00:00
parent e1751d845e
commit 65e157dcd6

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eiwd";
version = "2.8-1";
version = "2.10-1";
src = fetchFromGitHub {
owner = "illiliti";
repo = "eiwd";
rev = finalAttrs.version;
hash = "sha256-SD/RJFuGBwFT4G73f93VrWO/6mGKQxjVhmNrpKRA/WY=";
hash = "sha256-AB4NBwfELy0yjzxS0rCcF641CGEdyM9tTB+ZWaM+erg=";
fetchSubmodules = true;
};