Skip to content

Commit bdb1b01

Browse files
committed
xmoto: 0.6.2 -> 0.6.3
1 parent 4a8e787 commit bdb1b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xm/xmoto/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
stdenv.mkDerivation rec {
2929
pname = "xmoto";
30-
version = "0.6.2";
30+
version = "0.6.3";
3131

3232
src = fetchFromGitHub {
3333
owner = pname;
3434
repo = pname;
3535
rev = "v${version}";
36-
hash = "sha256-n58GB5HA50ybSq0ssvJMq+p3I3JThHUGLZ5sHy/245M=";
36+
hash = "sha256-DNljUd7FSH0fTgQx8LMqItZ54aLZtwMUPzqR8Z820SM=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)