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

cannelloni: 2.0.0 -> 2.0.1 (#511322)

parents 906597a5 55e4ebc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cannelloni";
  version = "2.0.0";
  version = "2.0.1";
  src = fetchFromGitHub {
    owner = "mguentner";
    repo = "cannelloni";
    tag = "v${finalAttrs.version}";
    hash = "sha256-b3pBC2XFK+pyONvnkPw/0YUXAG2cRD1OaN7k2ONzFV8=";
    hash = "sha256-lHZmsgtIL7edODXV8lWfVwMhnS40n9wD8iVyAzJycbA=";
  };

  nativeBuildInputs = [