From ee29c376c039e2c3c4ec1eadaa5f104b35e56132 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Tue, 22 Aug 2023 11:28:01 +0800 Subject: [PATCH] swaynag-battery: use sri hash --- pkgs/applications/misc/swaynag-battery/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/swaynag-battery/default.nix b/pkgs/applications/misc/swaynag-battery/default.nix index 71d15aa06584..b58758d8a417 100644 --- a/pkgs/applications/misc/swaynag-battery/default.nix +++ b/pkgs/applications/misc/swaynag-battery/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { hash = "sha256-7f9+4Fzw5B5ATuud4MJC3iyuNRTx6kwJ7/KsusGtQM8="; }; - vendorSha256 = "h9Zj3zmQ0Xpili5Pl6CXh1L0bb2uL1//B79I4/ron08="; + vendorHash = "sha256-h9Zj3zmQ0Xpili5Pl6CXh1L0bb2uL1//B79I4/ron08="; meta = with lib; { homepage = "https://github.com/m00qek/swaynag-battery";