Unverified Commit 3c8d5946 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

flameshot: 13.2.0 -> 13.3.0 (#456611)

parents a43b1443 31aea8e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ assert stdenv.hostPlatform.isDarwin -> (!enableWlrSupport);

stdenv.mkDerivation (finalAttrs: {
  pname = "flameshot";
  version = "13.2.0";
  version = "13.3.0";

  src = fetchFromGitHub {
    owner = "flameshot-org";
    repo = "flameshot";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oQMM2BUY6gpBjSRboR1YMZLIi6p0EmrHps7Y6YI7ytU=";
    hash = "sha256-RyoLniRmJRinLUwgmaA4RprYAVHnoPxCP9LyhHfUPe0=";
  };

  cmakeFlags = [