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

cwm: 7.1 -> 7.4
This commit is contained in:
Nick Cao 2023-10-20 08:01:03 -04:00 committed by GitHub
commit 6c4250188d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "cwm";
version = "7.1";
version = "7.4";
src = fetchFromGitHub {
owner = "leahneukirchen";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lkjsxGMXOrnu4cUiV/TO7yzd9FzM297MhaFKauqmiHo=";
sha256 = "sha256-L3u4mH2UH2pTHhSPVr5dUi94b9DheslkIWL6EgQ05yA=";
};
strictDeps = true;