Merge pull request #313044 from r-ryantm/auto-update/clap

clap: 1.2.0 -> 1.2.1
This commit is contained in:
Weijia Wang
2024-06-02 18:04:57 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clap";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "free-audio";
repo = "clap";
rev = finalAttrs.version;
hash = "sha256-BNT2yWIlWk8kzhZteh7TaamliwJI+lzWVs/8XCFsuUc=";
hash = "sha256-3VDl6hMSRFrMtYeiUMoZhJf0wkMxVs9ZELKJqLGYJ+g=";
};
postPatch = ''