Commit 6bdf27a8 authored by R. RyanTM's avatar R. RyanTM
Browse files

sby: 0.50 -> 0.51

parent e77c31fb
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 = [