Unverified Commit 31f07272 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

sby: 0.50 -> 0.51 (#392633)

parents 5a8a48fc 6bdf27a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ in

stdenv.mkDerivation rec {
  pname = "sby";
  version = "0.50";
  version = "0.51";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo = "sby";
    tag = "v${version}";
    hash = "sha256-srLziLdTjKd8NC5YBbAR1iD1EcJAL3HUp6O7Z2drdsI=";
    hash = "sha256-U9aIZ+D5BhAPWuyQgAvwO6Bu8na2KnYLVPoDHi18jj4=";
  };

  nativeCheckInputs = [