mudlet: 4.16.0 -> 4.17.0
Updates Mudlet from v4.16.0 to v4.17.0. See the upstream release notes[0] for more information. [0]: https://github.com/Mudlet/Mudlet/releases/tag/Mudlet-4.17.0
This commit is contained in:
parent
b58639c0bf
commit
fcb4e6e189
1 changed files with 2 additions and 2 deletions
|
@ -54,14 +54,14 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mudlet";
|
||||
version = "4.16.0";
|
||||
version = "4.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mudlet";
|
||||
repo = "Mudlet";
|
||||
rev = "Mudlet-${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-HrrEbcMv35IGmYD1L1zmdcpYdFM2PLBEqPY+jMJioTA=";
|
||||
hash = "sha256-j0d37C1TTb6ggXk1wTaqEcBKwsxE/B7Io90gTkc2q0M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue