eid-mw: 5.1.28 -> 5.1.31

https://github.com/Fedict/eid-mw/releases/tag/v5.1.31
This commit is contained in:
Charlotte Van Petegem
2026-06-03 09:50:26 +02:00
parent e75fb5a069
commit 7604f470f6

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eid-mw";
# NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS.
version = "5.1.28";
version = "5.1.31";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
tag = "v${finalAttrs.version}";
hash = "sha256-xXzrJWQEZ5mxnv6lG+rkG1P6TSzUDELccSwUizzhEek=";
hash = "sha256-pKSe+G1OcdcCf5IvTC7hbk3FRosarf09wyXXNJU4a8o=";
};
postPatch = ''