Merge pull request #239332 from chvp/upd/eid-mw

eid-mw: 5.1.10 -> 5.1.11
This commit is contained in:
Weijia Wang 2023-06-26 15:58:15 +02:00 committed by GitHub
commit fc343c76a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,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.10";
version = "5.1.11";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
hash = "sha256-2Xru/s7KawZlIxON5nO679P+L3okofE054WDfRsE3ZI=";
hash = "sha256-70UjfkH+rx1Q+2XEuAByoDsP5ZelyuGXaHdkjTe/sCY=";
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];