Merge pull request #233114 from r-ryantm/auto-update/xst

xst: 0.8.4.1 -> 0.9.0
This commit is contained in:
Weijia Wang 2023-05-23 00:29:57 +03:00 committed by GitHub
commit a77146528d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "xst";
version = "0.8.4.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "gnotclub";
repo = pname;
rev = "v${version}";
sha256 = "nOJcOghtzFkl7B/4XeXptn2TdrGQ4QTKBo+t+9npxOA=";
sha256 = "sha256-V7WzletBFOOXBXClDJZIGT2comnC5WDApO1ZCoPKThY=";
};
nativeBuildInputs = [