helio-workstation: 3.10 -> 3.11

This commit is contained in:
William Kral 2023-05-11 19:06:47 -07:00
parent 6dee6324c7
commit 6539ff9dea

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "helio-workstation";
version = "3.10";
version = "3.11";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-TqwebaFZXUto+azVJQlggqAc7WKDxAaXxyXcG8x5S/w=";
sha256 = "sha256-ec4ueg6TNo3AaZ81j01OQZzhgOfSzG1/Vd0QhEXOUl0=";
};
buildInputs = [