Merge pull request #204091 from themaxhero/waynergy-0.14

waynergy: 0.0.13 -> 0.0.14
This commit is contained in:
Thiago Kenji Okada 2022-12-02 12:11:59 +00:00 committed by GitHub
commit 2980286615
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.13";
version = "0.0.14";
src = fetchFromGitHub {
owner = "r-c-f";
repo = "waynergy";
rev = "v${version}";
hash = "sha256-eTY7tktUmoTZO3w9uP1P8cIz0mmFiWm5YFGVAS6JwwE=";
hash = "sha256-LtLZDYZGoKNPRZeceMf/ndbO1QfMLkfxHeAo1YNjmm4=";
};
depsBuildBuild = [ pkg-config ];