clap: 1.1.10 -> 1.2.0

This commit is contained in:
R. Ryantm
2024-01-23 06:46:55 +00:00
parent 98d778f015
commit cc36b995f0
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "clap";
version = "1.1.10";
version = "1.2.0";
src = fetchFromGitHub {
owner = "free-audio";
repo = "clap";
rev = version;
hash = "sha256-AH3kSCp4Q8Nw3To2vuPuMH/cWm3cmzj2OEH/Azcbdmo=";
hash = "sha256-BNT2yWIlWk8kzhZteh7TaamliwJI+lzWVs/8XCFsuUc=";
};
postPatch = ''