Commit e82c42a6 authored by R. RyanTM's avatar R. RyanTM
Browse files

mkcal: 0.7.31 -> 0.7.32

parent bd4c47d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mkcal";
  version = "0.7.31";
  version = "0.7.32";

  src = fetchFromGitHub {
    owner = "sailfishos";
    repo = "mkcal";
    tag = finalAttrs.version;
    hash = "sha256-/txm7JBI3SvrhRN42Y+2XShoIv1AnKB0lbcfyri5aEE=";
    hash = "sha256-9UTdFn/radQvoPp/tvkmmCDC126x28xxwMx7s/b9qO0=";
  };

  outputs = [