Skip to content

Commit

Permalink
jasp-desktop: 0.19.0 -> 0.19.1 (#351357)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents 01005fe + 9c7b411 commit 54706c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ja/jasp-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 54706c3

Please sign in to comment.