jasp-desktop: 0.18.2 -> 0.18.3

This commit is contained in:
TomaSajt 2024-01-14 23:25:00 +01:00
parent eea9674ac5
commit 798bd062a5
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -17,13 +17,13 @@
}:
let
version = "0.18.2";
version = "0.18.3";
src = fetchFromGitHub {
owner = "jasp-stats";
repo = "jasp-desktop";
rev = "v${version}";
hash = "sha256-W0wYvk5T9srE1cOyGgahfGxEookdOgVcnzqH9SkFyo8=";
hash = "sha256-eKBxCIamNhUig+0vUEqXYbPjiaOsZk6QnOw8cnpjKFY=";
fetchSubmodules = true;
};