Unverified Commit c4022986 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

chatterino7: 7.5.4 -> 7.5.5 (#504498)

parents 25ac73a5 83926fa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
  (
    finalAttrs: _: {
      pname = "chatterino7";
      version = "7.5.4";
      version = "7.5.5";

      src = fetchFromGitHub {
        owner = "SevenTV";
        repo = "chatterino7";
        tag = "v${finalAttrs.version}";
        hash = "sha256-zA198AIFIRx4qE5MZwrGOFFrpnVrZMVQx1SX0RJpDo4=";
        hash = "sha256-GP6wZLYliTc2JnC5s4ddbxc9asz6Ntg/4LRH7X4QlOQ=";
        fetchSubmodules = true;
        leaveDotGit = true;
        postFetch = ''