Unverified Commit 422b60d1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mangowc: 0.10.5 -> 0.10.7 (#465175)

parents 145c17c5 a3f66d84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [