supersonic: 0.19.0 -> 0.20.0 (#478892)

This commit is contained in:
Donovan Glover
2026-01-11 23:58:41 +00:00
committed by GitHub
+3 -3
View File
@@ -18,16 +18,16 @@
buildGoModule rec {
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "dweymouth";
repo = "supersonic";
tag = "v${version}";
hash = "sha256-GMmIUDgbFFrOqDJ13C0o1fHg1tiWSjbCm36VPD7/IGw=";
hash = "sha256-/zHqD5e3ZmLoaY3/KJSBtQpF0fzAr2kG1FSauzSduvo=";
};
vendorHash = "sha256-FQmaxDIVWCxyFdgz03aNRXFyi8UeMeCqiVHNZOqq/8Q=";
vendorHash = "sha256-hDE0ZKZLAUgztLqxMHtTj8AU0sIAX26bi7eCb2JFo3Q=";
nativeBuildInputs = [
copyDesktopItems