phosh: 0.36.0 -> 0.37.0

This commit is contained in:
R. Ryantm 2024-03-18 21:13:59 +00:00 committed by tomf
parent fadc1d7ef2
commit 75b594c64f

View File

@ -36,12 +36,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phosh";
version = "0.36.0";
version = "0.37.0";
src = fetchurl {
# Release tarball which includes subprojects gvc and libcall-ui
url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-rhhvVCOqw/jqNSpo9Hlrcgh4Bxnoud/Z3yAq4n/ixIQ=";
hash = "sha256-kmZX2pPOYSh2hiMrRLH6744Q8rHHhE9jmG+SksepUYk=";
};
nativeBuildInputs = [