browsers: 0.7.2 -> 0.7.3 (#462568)

This commit is contained in:
Aleksana
2025-11-24 14:24:25 +00:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "browsers";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "Browsers-software";
repo = "browsers";
tag = finalAttrs.version;
hash = "sha256-1RWGAEiSJWDoScKuUB5LL1tQyTw5NRnld7Fi93vP0BA=";
hash = "sha256-QrIE9buG46JDxGFI6tjxzMizic82Az61MgMhKU854bY=";
};
cargoHash = "sha256-M1KAZPjNu4j5b5Ml2J9OHpD+/jeF8WRP6EzfmLnb0hY=";
cargoHash = "sha256-JZoc5EwOXgv50LblYjEW8tsD4roJ6uZYuCbVzXdaKSY=";
nativeBuildInputs = [
pkg-config