Commit 171812ea authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

dayon: 13.0.1 -> 13.0.2

parent 869c6dc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dayon";
  version = "13.0.1";
  version = "13.0.2";

  src = fetchFromGitHub {
    owner = "RetGal";
    repo = "dayon";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nevDC4kfVSgfmJZiCj82mc+/yZcIgub3CP9qi9ISF3o=";
    hash = "sha256-sKA50D+VYjfKzdZAppIGfU5uJqrCrZPEsk9EEMBxu3I=";
  };

  nativeBuildInputs = [