eid-mw: 5.1.11 -> 5.1.15
This commit is contained in:
parent
8f6ef9742a
commit
bf15de8c3b
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "eid-mw";
|
pname = "eid-mw";
|
||||||
# NOTE: Don't just blindly update to the latest version/tag. Releases are always for a specific OS.
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "Fedict";
|
owner = "Fedict";
|
||||||
repo = "eid-mw";
|
repo = "eid-mw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-70UjfkH+rx1Q+2XEuAByoDsP5ZelyuGXaHdkjTe/sCY=";
|
hash = "sha256-balyAdQO8aZ9wGYerPUDxgBWGG7Ya2eIyo6UX62M4SI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue