Commit 78e174d1 authored by R. RyanTM's avatar R. RyanTM
Browse files

sby: 0.45 -> 0.46

parent b50e35f9
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.45";
  version = "0.46";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo = "sby";
    rev = "yosys-${version}";
    hash = "sha256-HRQ5ZL0w3GLUySTFekE/T/VlxJLFIQQr0bW8l7rp/zs=";
    hash = "sha256-LVfHSVMrAKImD1y6icQSSfOSt9khZfOKK+lXhxdvRb4=";
  };

  nativeBuildInputs = [ bash ];