Commit 75b594c6 authored by R. RyanTM's avatar R. RyanTM Committed by tomf
Browse files

phosh: 0.36.0 -> 0.37.0

parent fadc1d7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [