ptcollab: 0.6.4.8 -> 0.6.4.9 (#399867)

This commit is contained in:
Nick Cao
2025-04-20 09:36:21 -04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ptcollab";
version = "0.6.4.8";
version = "0.6.4.9";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${finalAttrs.version}";
hash = "sha256-9u2K79QJRfYKL66e1lsRrQMEqmKTWbK+ucal3/u4rP4=";
hash = "sha256-1fVhimwBAYtC+HnuxA7ywfEnVlqHnlzwfKT9+H/ZG0k=";
};
nativeBuildInputs =