Unverified Commit db8aa5ae authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

chatty: 0.8.7 -> 0.8.8 (#410975)

parents 9f4d81ef 67447091
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "chatty";
  version = "0.8.7";
  version = "0.8.8";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "Chatty";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VQgEXegP4SjniueyVQNx6Jt8/cHUpUcHP0yEa1cF00w=";
    hash = "sha256-pLdl44nLRFLH76499JcaKgXRpf51wqFm174gUa7noKc=";
  };

  nativeBuildInputs = [