catatonit: 0.2.0 -> 0.2.1 (#365178)

This commit is contained in:
Nick Cao 2024-12-14 09:29:06 -05:00 committed by GitHub
commit bf41190604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "catatonit";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "openSUSE";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AqJURf4OrPHfTm5joA3oPXH4McE1k0ouvDXAF3jiwgk=";
sha256 = "sha256-sc/T4WjCPFfwUWxlBx07mQTmcOApblHygfVT824HcJM=";
};
nativeBuildInputs = [ autoreconfHook ];