eid-mw: 5.1.23 -> 5.1.25 (#456283)

This commit is contained in:
Pol Dellaiera
2025-10-27 21:36:11 +00:00
committed by GitHub

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "eid-mw";
# NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS.
version = "5.1.23";
version = "5.1.25";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
hash = "sha256-nZn3LSXn8g0mtorJZjE9nc8vf99buwvW1fdxHOAsIwU=";
hash = "sha256-LdOfwgRGyNK+a4SByClPgH9SrDeCdnhI9sLO7agsNsA=";
};
postPatch = ''