Merge pull request #174529 from r-ryantm/auto-update/cwm

cwm: 6.7 -> 7.1
This commit is contained in:
0x4A6F 2022-07-16 22:15:34 +02:00 committed by GitHub
commit b4193a015b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cwm"; pname = "cwm";
version = "6.7"; version = "7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leahneukirchen"; owner = "leahneukirchen";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0f9xmki2hx10k8iisfzc7nm1l31zkf1r06pdgn06ar9w9nizrld9"; sha256 = "sha256-lkjsxGMXOrnu4cUiV/TO7yzd9FzM297MhaFKauqmiHo=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];