tintin: 2.02.41 -> 2.02.42

This commit is contained in:
R. Ryantm
2025-01-05 00:28:28 +00:00
parent 8f3e1f8070
commit 5d0859bba2
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "tintin";
version = "2.02.41";
version = "2.02.42";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = version;
hash = "sha256-AfWw9CMBAzTTsrZXDEoOdpvUofIQfLCW7hRgSb7LB00=";
hash = "sha256-8+tYI9+yAIEqByr6kDEEs2hqtIVKwC9bgWssXq24dbg=";
};
buildInputs = [