Unverified Commit e4a95abb authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

yash: 2.58.1 -> 2.59 (#406815)

parents 8b13eb81 64a6640a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "yash";
  version = "2.58.1";
  version = "2.59";

  src = fetchFromGitHub {
    owner = "magicant";
    repo = "yash";
    rev = version;
    hash = "sha256-024/Nj4i5fxXMAqVEjlcrSf62a9CZv3W+imAAEdR+xo=";
    hash = "sha256-HTKodWcP7K2DLggELSi4TkFezjb3bhMRXiLenBEZoaQ=";
  };

  strictDeps = true;