clboss: 0.13 -> 0.13.1

This commit is contained in:
Erik Arvstedt
2024-05-05 17:29:30 +02:00
parent 8ff709ebd7
commit eafcb36119
+2 -2
View File
@@ -5,13 +5,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "clboss"; pname = "clboss";
version = "0.13"; version = "0.13.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZmnSCPxj"; owner = "ZmnSCPxj";
repo = "clboss"; repo = "clboss";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-NP9blymdqDXo/OtGLQg/MXK24PpPvCrzqXRdtfCvpfI="; hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [