vitetris: 0.58.0 -> 0.59.1

wip/yesman
R. RyanTM 3 years ago
parent 50d34017c2
commit a6af4637f2
  1. 4
      pkgs/games/vitetris/default.nix

@ -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" ];

Loading…
Cancel
Save