colorchord2: 2021-11-12 -> 2.0.2

master
Simon Bruder 2023-06-17 10:39:24 +02:00
parent e4aa38ad6f
commit e0346d51cf
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "colorchord";
version = "unstable-2021-11-12";
version = "2.0.2";
src = fetchFromGitHub {
owner = "cnlohr";
repo = pname;
rev = "0a44c600243636ef8fbaf11c728c49412e8ad8d4";
sha256 = "sha256-a9nOdj7Q8vDoseoE+u5/DWRxSCXiSxs/7r74PcoDc2k=";
rev = "v${version}";
sha256 = "sha256-C+xx0TJf0/y/fqdfSsJ7i1bnPQODYcxY9XM4l3DQ0UY=";
fetchSubmodules = true;
};