enyo-doom: 1.06 -> 1.06.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/enyo-doom/versions
This commit is contained in:
R. RyanTM 2019-06-01 06:45:07 -07:00 committed by Frederik Rietdijk
parent 3e6ef3e9ef
commit 7d8c6c978b

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "enyo-doom-${version}";
version = "1.06";
version = "1.06.9";
src = fetchFromGitLab {
owner = "sdcofer70";
repo = "enyo-doom";
rev = version;
sha256 = "17f9qq8gnim6glqlrg7189my4d5y40v76cbpaqgpvrhpyc7z9vf6";
sha256 = "0vx5zy47cqrqdgyx31wg56ivva0qqiyww8bp1x32ax99danymjyf";
};
nativeBuildInputs = [ cmake ];