Commit 529c94a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

cameractrls: 0.6.7 -> 0.6.8

parent fedf897f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "cameractrls";
  version = "0.6.7";
  version = "0.6.8";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "soyersoyer";
    repo = "cameractrls";
    rev = "v${version}";
    hash = "sha256-MM+Py8tHtqJWIGmGg3RaIhJa0E1zM3hXOnTOqXPuejw=";
    hash = "sha256-kc5/HbtDZHJHR2loo8Zs555GRW6ynSdBLr3Uowo+OEA=";
  };

  postPatch = ''