Merge pull request #192822 from r-ryantm/auto-update/shod

shod: 2.4.0 -> 2.5.0
This commit is contained in:
Anderson Torres 2022-09-24 23:12:35 -03:00 committed by GitHub
commit 6ae4623d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "shod";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "phillbush";
repo = "shod";
rev = "v${version}";
sha256 = "sha256-jrPuI3ADppqaJ2y9GksiJZZd4LtN1P5yjWwlf9VuYDc=";
sha256 = "sha256-hunHcYWxboCWM+SYH5u09MKP0b7U/9CVfhC6vLVpc3Q=";
};
buildInputs = [