eid-mw: 5.1.11 -> 5.1.15

This commit is contained in:
Charlotte Van Petegem 2023-11-23 10:37:12 +01:00 committed by Yaya
parent 8f6ef9742a
commit bf15de8c3b

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.11";
version = "5.1.15";
src = fetchFromGitHub {
owner = "Fedict";
repo = "eid-mw";
rev = "v${version}";
hash = "sha256-70UjfkH+rx1Q+2XEuAByoDsP5ZelyuGXaHdkjTe/sCY=";
hash = "sha256-balyAdQO8aZ9wGYerPUDxgBWGG7Ya2eIyo6UX62M4SI=";
};
postPatch = ''