Merge pull request #205049 from themaxhero/waynergy-0.0.15

waynergy: 0.0.14 -> 0.0.15
This commit is contained in:
Thiago Kenji Okada
2022-12-08 11:58:38 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "waynergy";
version = "0.0.14";
version = "0.0.15";
src = fetchFromGitHub {
owner = "r-c-f";
repo = "waynergy";
rev = "v${version}";
hash = "sha256-LtLZDYZGoKNPRZeceMf/ndbO1QfMLkfxHeAo1YNjmm4=";
hash = "sha256-pk1U3svy9r7O9ivFjBNXsaOmgc+nv2QTuwwHejB7B4Q=";
};
depsBuildBuild = [ pkg-config ];