Commit 08a34fbb authored by R. RyanTM's avatar R. RyanTM
Browse files

yash: 2.55 -> 2.56.1

parent 6e6944db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "yash";
  version = "2.55";
  version = "2.56.1";

  src = fetchFromGitHub {
    owner = "magicant";
    repo = pname;
    rev = version;
    hash = "sha256-raTIqklo69JEuhzdWUK3uywuLjqeQJCJ9nvnLRxlGr4=";
    hash = "sha256-G4l0JmtrYaVKfQiJKTOiNWgpsKNhHtbAT0l/VboMJTc=";
  };

  strictDeps = true;