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

mkcal: 0.7.30 -> 0.7.31

parent 0a45799c
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.30";
  version = "0.7.31";

  src = fetchFromGitHub {
    owner = "sailfishos";
    repo = "mkcal";
    tag = finalAttrs.version;
    hash = "sha256-Sr4THufulhpTOXvMEUG1BA41Lcky34AGALxJojR7sac=";
    hash = "sha256-/txm7JBI3SvrhRN42Y+2XShoIv1AnKB0lbcfyri5aEE=";
  };

  outputs = [