mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
tintin: 2.02.60 -> 2.02.61 (#487357)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user