ptcollab: 0.6.4.9 -> 0.6.4.10 (#481621)

This commit is contained in:
Nick Cao
2026-01-19 22:13:55 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ptcollab";
version = "0.6.4.9";
version = "0.6.4.10";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${finalAttrs.version}";
hash = "sha256-1fVhimwBAYtC+HnuxA7ywfEnVlqHnlzwfKT9+H/ZG0k=";
hash = "sha256-8CllDcbbVXmDyD5jyKVoNq96wqWtfoPM2CEN13KYptQ=";
};
nativeBuildInputs = [