tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tintin: 2.02.30 -> 2.02.31
R. Ryantm
2 years ago
72a92f04
ac718d02
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
tintin
default.nix
+2
-2
pkgs/games/tintin/default.nix
···
5
6
stdenv.mkDerivation rec {
7
pname = "tintin";
8
-
version = "2.02.30";
9
10
src = fetchFromGitHub {
11
owner = "scandum";
12
repo = "tintin";
13
rev = version;
14
-
hash = "sha256-zZ7bajZURMuaTn7vhN5DF2HUfNVlDWnp71FXPCbidnM=";
15
};
16
17
buildInputs = [ zlib pcre gnutls ]
···
5
6
stdenv.mkDerivation rec {
7
pname = "tintin";
8
+
version = "2.02.31";
9
10
src = fetchFromGitHub {
11
owner = "scandum";
12
repo = "tintin";
13
rev = version;
14
+
hash = "sha256-emCxA5+YB4S7QXxRqkDKN1xeWttR857VfGzFQ1cGbYg=";
15
};
16
17
buildInputs = [ zlib pcre gnutls ]