Commit 7d5ec9ab authored by LawsOfScience's avatar LawsOfScience Committed by Masum Reza
Browse files

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
parent 71031546
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,12 +50,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "supercell-wx";
  version = "0.4.8";
  version = "0.4.9";
  src = fetchFromGitHub {
    owner = "dpaulat";
    repo = "supercell-wx";
    rev = "refs/tags/v${finalAttrs.version}-release";
    sha256 = "sha256-gKR5Mfzw5B4f4/dWintlbDHX3q+d1RmFE+MNp5uSSuc=";
    sha256 = "sha256-3fVUxbGosN4Y4h8BJXUV7DNv7VZTma+IsV94+Zt8DCA=";
    fetchSubmodules = true;
  };