Unverified Commit 8254542b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cobang: 1.7.1 -> 1.9.0 (#461109)

parents 44dd42f8 d7e96043
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -18,22 +18,16 @@

python3Packages.buildPythonApplication rec {
  pname = "cobang";
  version = "1.7.1";
  version = "1.9.1";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "hongquan";
    repo = "CoBang";
    tag = "v${version}";
    hash = "sha256-rBGz9g6+6jguJggBQKlyOWoME3VHOP8Gq4VtYywoVdI=";
    hash = "sha256-jF6hWpOPbJKRyUWRyZdp4OziCdJupyFpNdrsiOdjByA=";
  };

  # https://github.com/hongquan/CoBang/issues/117
  postPatch = ''
    substituteInPlace src/window.blp \
      --replace-fail 'seeing-symbolic' 'scanner-symbolic'
  '';

  nativeBuildInputs = [
    blueprint-compiler
    desktop-file-utils