Merge pull request #301705 from r-ryantm/auto-update/dissent

dissent: 0.0.22 -> 0.0.23
This commit is contained in:
Aleksana 2024-04-05 10:41:06 +08:00 committed by GitHub
commit 32640ac835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "dissent";
version = "0.0.22";
version = "0.0.23";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
rev = "v${version}";
hash = "sha256-HNNTF/a+sLFp+HCxltYRuDssoLnIhzEXuDLKTPxWzeM=";
hash = "sha256-aHY2XmrJv2SSoXIKj63xu6t+Yzaur/6OJUFKga7DWDg=";
};
nativeBuildInputs = [