xst: 0.8.4.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2023-05-20 23:54:41 +00:00
parent 532f8cd016
commit 4bf9a6a42e

View file

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