Merge pull request #297519 from arthsmn/dissent-update

dissent: 0.0.21 -> 0.0.22
This commit is contained in:
Mario Rodas 2024-03-21 07:31:53 -05:00 committed by GitHub
commit 54c3ef14ec
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.21";
version = "0.0.22";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
rev = "v${version}";
hash = "sha256-stItrULEO4AAl77ykmxmUYZXrHsC8/sBv8tTHqq9/E0=";
hash = "sha256-HNNTF/a+sLFp+HCxltYRuDssoLnIhzEXuDLKTPxWzeM=";
};
nativeBuildInputs = [