Merge pull request #144313 from r-ryantm/auto-update/catatonit

catatonit: 0.1.6 -> 0.1.7
This commit is contained in:
Bobby Rong 2021-11-03 17:32:22 +08:00 committed by GitHub
commit 251c974270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "catatonit";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "openSUSE";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hokG6o7toZxU984EvIlne33Aa2EZVZ3qu1jTZMm5nt4=";
sha256 = "sha256-jX4fYC/rpfd3ro2UZ6OEu4kU5wpusOwmEVPWEjxwlW4=";
};
nativeBuildInputs = [ autoreconfHook ];