Merge pull request #317104 from r-ryantm/auto-update/eid-mw
eid-mw: 5.1.18 -> 5.1.19
This commit is contained in:
commit
3b5b5c19c0
@ -22,13 +22,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.18";
|
version = "5.1.19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Fedict";
|
owner = "Fedict";
|
||||||
repo = "eid-mw";
|
repo = "eid-mw";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-1cdBFpO9bvLlHJE6c7TCscV/Qgx8BHUtFe9UoKPfUOQ=";
|
hash = "sha256-SGdM3GJECFZwd4tAQ6YP7H7YB6DngvD4IU9DTXbJEIo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user