1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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
commit defc38d1f1
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.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 ];