mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
supercell-wx: 0.4.8 -> 0.4.9
Update supercell-wx from v0.4.8 to v0.4.9. Changelog: https://github.com/dpaulat/supercell-wx/releases/tag/v0.4.9-release
This commit is contained in:
parent
7103154633
commit
7d5ec9abf1
1 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "supercell-wx";
|
pname = "supercell-wx";
|
||||||
version = "0.4.8";
|
version = "0.4.9";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dpaulat";
|
owner = "dpaulat";
|
||||||
repo = "supercell-wx";
|
repo = "supercell-wx";
|
||||||
rev = "refs/tags/v${finalAttrs.version}-release";
|
rev = "refs/tags/v${finalAttrs.version}-release";
|
||||||
sha256 = "sha256-gKR5Mfzw5B4f4/dWintlbDHX3q+d1RmFE+MNp5uSSuc=";
|
sha256 = "sha256-3fVUxbGosN4Y4h8BJXUV7DNv7VZTma+IsV94+Zt8DCA=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue