Merge pull request #226678 from themaxhero/waynergy-0.0.16

waynergy: 0.0.15 -> 0.0.16
This commit is contained in:
figsoda 2023-04-17 14:08:42 -04:00 committed by GitHub
commit 696c33465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "waynergy";
version = "0.0.15";
version = "0.0.16";
src = fetchFromGitHub {
owner = "r-c-f";
repo = "waynergy";
rev = "v${version}";
hash = "sha256-pk1U3svy9r7O9ivFjBNXsaOmgc+nv2QTuwwHejB7B4Q=";
hash = "sha256-DHP84AYDd3M8on4LgS2TzFU/QulrWXdl1qbLV+qKoxw=";
};
strictDeps = true;