Merge pull request #178086 from r-ryantm/auto-update/catcli

catcli: 0.8.0 -> 0.8.1
This commit is contained in:
Mario Rodas 2022-06-22 21:55:29 -05:00 committed by GitHub
commit d1c51f35be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "catcli";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "v${version}";
sha256 = "1hkgf692h3akdxiwhzm3vqibh1ps661qllilf55nyk109cx79gna";
rev = "refs/tags/v${version}";
sha256 = "sha256-fnnioUMZZZOydpZixiTOHAL2fSA6TOE4AO9Gff5SDxY=";
};
propagatedBuildInputs = [ docopt anytree ];