Unverified Commit 54706c37 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

jasp-desktop: 0.19.0 -> 0.19.1 (#351357)

parents 01005fe7 9c7b4113
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:

let
  version = "0.19.0";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "jasp-stats";
    repo = "jasp-desktop";
    rev = "v${version}";
    hash = "sha256-G84bmR+40W9RV+OIXYuMmwdEFE0iPMp/wEOcRHYUoj8=";
    hash = "sha256-SACGyNVxa6rFjloRQrEVtUgujEEF7WYL8Qhw6ZqLwdQ=";
    fetchSubmodules = true;
  };