ua: unstable-2021-12-18 -> unstable-2022-10-23

This commit is contained in:
Aaron Jheng 2023-07-11 12:40:33 +00:00
parent 547a750222
commit 9e61bc0a59
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ua";
version = "unstable-2021-12-18";
version = "unstable-2022-10-23";
src = fetchFromGitHub {
owner = "sloonz";
repo = "ua";
rev = "b6d75970bb4f6f340887e1eadad5aa8ce78f30e3";
sha256 = "sha256-rCp8jyqQfq5eVdvKZz3vKuDfcR+gQOEAfBZx2It/rb0=";
rev = "f636f5eec425754d8a8be8e767c5b3e4f31fe1f9";
hash = "sha256-U9fApk/dyz7xSho2W8UT0OGIeOYR/v9lM0LHN2OqTEQ=";
};
vendorSha256 = "sha256-0O80uhxSVsV9N7Z/FgaLwcjZqeb4MqSCE1YW5Zd32ns=";
vendorHash = "sha256-0O80uhxSVsV9N7Z/FgaLwcjZqeb4MqSCE1YW5Zd32ns=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib libxml2 ];