lol

chatty: 0.8.7 -> 0.8.8 (#410975)

authored by

dotlambda and committed by
GitHub
db8aa5ae 9f4d81ef

+2 -2
+2 -2
pkgs/by-name/ch/chatty/package.nix
··· 30 30 31 31 stdenv.mkDerivation (finalAttrs: { 32 32 pname = "chatty"; 33 - version = "0.8.7"; 33 + version = "0.8.8"; 34 34 35 35 src = fetchFromGitLab { 36 36 domain = "gitlab.gnome.org"; 37 37 owner = "World"; 38 38 repo = "Chatty"; 39 39 tag = "v${finalAttrs.version}"; 40 - hash = "sha256-VQgEXegP4SjniueyVQNx6Jt8/cHUpUcHP0yEa1cF00w="; 40 + hash = "sha256-pLdl44nLRFLH76499JcaKgXRpf51wqFm174gUa7noKc="; 41 41 }; 42 42 43 43 nativeBuildInputs = [