tintin: 2.02.60 -> 2.02.61 (#487357)

This commit is contained in:
Weijia Wang
2026-08-15 21:02:46 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tintin";
version = "2.02.60";
version = "2.02.61";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = finalAttrs.version;
hash = "sha256-2pkQv3Tf0cT0P7x1eiQYYlDYr9kA5F4DQxb8muJFX6Y=";
hash = "sha256-U6i9Xf5nHeCFtGvqNBK3ndCYYKJaBbceOdhqzos62fo=";
};
buildInputs = [