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 let
version = "0.18.2"; version = "0.18.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jasp-stats"; owner = "jasp-stats";
repo = "jasp-desktop"; repo = "jasp-desktop";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-W0wYvk5T9srE1cOyGgahfGxEookdOgVcnzqH9SkFyo8="; hash = "sha256-eKBxCIamNhUig+0vUEqXYbPjiaOsZk6QnOw8cnpjKFY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };