Commit edb89ff5 authored by R. RyanTM's avatar R. RyanTM
Browse files

openboard: 1.7.5 -> 1.7.6

parent 23eae005
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openboard";
  version = "1.7.5";
  version = "1.7.6";

  src = fetchFromGitHub {
    owner = "OpenBoard-org";
    repo = "OpenBoard";
    rev = "v${finalAttrs.version}";
    hash = "sha256-mu7bhJx+Mv6Megq2jYK1s8oVt8QCMvD6sd2nnxI3VsA=";
    hash = "sha256-Jx6UKPOkFucmeeWx3XR0p2bAvRG6VNlVGU/YNLu4NEY=";
  };

  postPatch = ''