waynergy: 0.0.16 -> 0.0.17

This commit is contained in:
R. Ryantm 2024-04-26 03:04:05 +00:00
parent 10b682b6e5
commit 5a87d22eb0
1 changed files with 2 additions and 2 deletions

View File

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