vitetris: 0.58.0 -> 0.59.1

This commit is contained in:
R. RyanTM 2021-02-09 18:24:36 +00:00
parent 50d34017c2
commit a6af4637f2
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vitetris";
version = "0.58.0";
version = "0.59.1";
src = fetchFromGitHub {
owner = "vicgeralds";
repo = "vitetris";
rev = "v${version}";
sha256 = "1fvw9yqg1q25x6dlfi4bl3hrrcdgl6wwq29j89aycxwdfxrxs09w";
sha256 = "sha256-Rbfa2hD67RGmInfWwYD4SthL8lm5bGSBi3oudV5hAao=";
};
hardeningDisable = [ "format" ];