greybird: 3.23.2 -> 3.23.3

https://github.com/shimmerproject/Greybird/compare/v3.23.2...v3.23.3
This commit is contained in:
Bobby Rong 2023-09-07 22:41:38 +08:00
parent 29ef0cc1fd
commit 9c91284484
No known key found for this signature in database

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "greybird"; pname = "greybird";
version = "3.23.2"; version = "3.23.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shimmerproject"; owner = "shimmerproject";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "h4sPjKpTufaunVP0d4Z5x/K+vRW1FpuLrMJjydx/a6w="; sha256 = "+MZQ3FThuRFEfoARsF09B7POwytS5RgTs9zYzIHVtfg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [