sby: 0.56 -> 0.57 (#442546)

authored by Wolfgang Walther and committed by GitHub 698ee8ea 4e902ebe

+2 -2
+2 -2
pkgs/by-name/sb/sby/package.nix
··· 19 20 stdenv.mkDerivation (finalAttrs: { 21 pname = "sby"; 22 - version = "0.56"; 23 24 src = fetchFromGitHub { 25 owner = "YosysHQ"; 26 repo = "sby"; 27 tag = "v${finalAttrs.version}"; 28 - hash = "sha256-uKndGUoLbG7SBhsOSYyM/v9g33pq7zFFajzvTUYa7NY="; 29 }; 30 31 postPatch = ''
··· 19 20 stdenv.mkDerivation (finalAttrs: { 21 pname = "sby"; 22 + version = "0.57"; 23 24 src = fetchFromGitHub { 25 owner = "YosysHQ"; 26 repo = "sby"; 27 tag = "v${finalAttrs.version}"; 28 + hash = "sha256-vhgLP2twPPGsey5lzmt/zUFme4GjIdWgRyWoCHxLxRU="; 29 }; 30 31 postPatch = ''