tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fheroes2: 1.0.9 -> 1.0.10
R. Ryantm
2 years ago
f64eedb5
b606ebb3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
fheroes2
default.nix
+2
-2
pkgs/games/fheroes2/default.nix
···
6
6
7
7
stdenv.mkDerivation rec {
8
8
pname = "fheroes2";
9
9
-
version = "1.0.9";
9
9
+
version = "1.0.10";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "ihhub";
13
13
repo = "fheroes2";
14
14
rev = version;
15
15
-
hash = "sha256-l2NIoZrevI1PWK4mRjGP6jbx0LvXjz9oFsiTJ6m43JQ=";
15
15
+
hash = "sha256-bh27piX1/HIlbOmTpqQCV7NaHxOMtwMIGrjlXrFvHWE=";
16
16
};
17
17
18
18
nativeBuildInputs = [ imagemagick ];