helio-workstation: 3.13 -> 3.14

This commit is contained in:
R. Ryantm
2024-10-14 20:33:44 +00:00
parent dd6238287d
commit 9eee9d4660
@@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "helio-workstation";
version = "3.13";
version = "3.14";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
hash = "sha256-esCulHphPD0gr0dsVBnRTvsGp56vHZmzdbz99mWq9R4=";
hash = "sha256-o8vMHt6ypHY7HOHnhMifQphxGb5MjSg3hREVOnIdqfc=";
};
buildInputs = [