mangowc: 0.10.5 -> 0.10.7

This commit is contained in:
R. Ryantm
2025-12-08 20:47:24 +00:00
parent 864b51ebb4
commit a3f66d848d
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mangowc";
version = "0.10.5";
version = "0.10.7";
src = fetchFromGitHub {
owner = "DreamMaoMao";
repo = "mangowc";
tag = finalAttrs.version;
hash = "sha256-ZESyUtCiIQh6R0VYAo8YaP95Damw3MJVvKy5qU3pgTA=";
hash = "sha256-WYDatin9vLiFWr7PU2n4JxoXEzyX/Wdu7w5RRFTnkoA=";
};
nativeBuildInputs = [