Merge pull request #306901 from r-ryantm/auto-update/waynergy

waynergy: 0.0.16 -> 0.0.17
This commit is contained in:
Nick Cao 2024-04-26 09:42:56 -04:00 committed by GitHub
commit 8d26d0be75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;