clboss: 0.13 -> 0.13.1

This commit is contained in:
Erik Arvstedt 2024-05-05 17:12:33 +02:00
parent 8ff709ebd7
commit eafcb36119
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation rec {
pname = "clboss";
version = "0.13";
version = "0.13.1";
src = fetchFromGitHub {
owner = "ZmnSCPxj";
repo = "clboss";
rev = "v${version}";
hash = "sha256-NP9blymdqDXo/OtGLQg/MXK24PpPvCrzqXRdtfCvpfI=";
hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
};
nativeBuildInputs = [