mmsd-tng: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm
2025-02-02 02:17:53 +00:00
parent 52c5665a98
commit 7131816cd7
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mmsd-tng";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitLab {
owner = "kop316";
repo = "mmsd";
rev = finalAttrs.version;
hash = "sha256-iusA5SXBulROBG6SmlYfw/FczLMnNeBb398+9cYx/A0=";
hash = "sha256-kXl+T5A8Qw0PmJ47sned8dzTIYUmaWc8w6X6BLEdLIg=";
};
nativeBuildInputs = [