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

eiwd: 2.8-1 -> 2.10-1
This commit is contained in:
Weijia Wang 2024-01-28 11:35:39 +01:00 committed by GitHub
commit 2b99dcfb38
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.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;
};