tipp10: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm
2025-04-14 00:52:57 +00:00
parent 224814a6d0
commit d88f526b60
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "tipp10";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitLab {
owner = "tipp10";
repo = "tipp10";
rev = "v${version}";
hash = "sha256-e0sWH4pT7ej9XGK/Sg9XMX2bMqcXqtSaYI7KBZTXvp4=";
hash = "sha256-OiBtUizN6OjcAb5RLvzfod6tVQo/b8p8Ec4lgKYaifw=";
};
nativeBuildInputs = [