Skip to content

Commit ab80816

Browse files
author
emaryn
committed
1 parent ce77622 commit ab80816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/na/naev/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ let
5050
in
5151
stdenv.mkDerivation (finalAttrs: {
5252
pname = "naev";
53-
version = "0.12.4";
53+
version = "0.12.5";
5454

5555
src = fetchFromGitHub {
5656
owner = "naev";
5757
repo = "naev";
5858
tag = "v${finalAttrs.version}";
59-
hash = "sha256-CnpxgHliJK29H4QKDvRp/e0tssTuIZy8hcwQO0tInbg=";
59+
hash = "sha256-I+OU3sr+C8HPnJTQ+Cc/EvshzawqikoMg3cp9uQ5dSQ=";
6060
fetchSubmodules = true;
6161
};
6262

0 commit comments

Comments
 (0)