Unverified Commit 187fc8f6 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

phosh: 0.41.0 -> 0.41.1 (#340152)

parents c535fd6d 519a4dea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [