so: 0.4.9 -> 0.4.10

This commit is contained in:
Anderson Torres
2024-08-23 18:33:59 -03:00
parent 59f7d71c0a
commit 77debe793e
+5 -3
View File
@@ -14,16 +14,18 @@ let
inherit (darwin.apple_sdk.frameworks) Security;
self = rustPlatform.buildRustPackage {
pname = "so";
version = "0.4.9";
version = "0.4.10";
src = fetchFromGitHub {
pname = "so-source";
inherit (self) version;
owner = "samtay";
repo = "so";
rev = "v${self.version}";
hash = "sha256-4IZNOclQj3ZLE6WRddn99CrV8OoyfkRBXnA4oEyMxv8=";
hash = "sha256-25jZEo1C9XF4m9YzDwtecQy468nHyv2wnRuK5oY2siU=";
};
cargoHash = "sha256-hHXA/n/HQeBaD4QZ2b6Okw66poBRwNTpQWF0qBhLp/o=";
cargoHash = "sha256-F9DNY0jKhH6aQRqlXq6MEMoFa1qtvAdL5lSEsql6gcI=";
nativeBuildInputs = [ pkg-config ];