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:
LawsOfScience
2025-05-13 09:31:53 +05:30
committed by Masum Reza
parent 7103154633
commit 7d5ec9abf1
+2 -2
View File
@@ -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;
};