phosh: 0.41.0 -> 0.41.1 (#340152)

This commit is contained in:
Donovan Glover 2024-09-07 20:07:21 +00:00 committed by GitHub
commit 187fc8f66a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,12 +41,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phosh";
version = "0.41.0";
version = "0.41.1";
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-HXuD9YC7gqGqAq2YmhXI3WRGsvyBc6PgSW3YSYTOdI4=";
hash = "sha256-Oc6Dltjj+2D3LWZz1eYArqEKEJYYqJPSrScEkxyNhX0=";
};
nativeBuildInputs = [