Unverified Commit 4f61dda6 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

cine: 1.0.9 -> 1.1.0 (#499095)

parents 2b2faf85 19964c78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "cine";
  version = "1.0.9";
  version = "1.1.0";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "diegopvlk";
    repo = "Cine";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aw+M1wCGSbRRmKKcgyM4luEr0WtPLw/v7SqBE1B5H9U=";
    hash = "sha256-vkK/6EmbER/xp8Uk5aCqHNIUVroZeXN/pcBjB2Hyifs=";
    fetchSubmodules = true;
  };