blobfuse: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2025-04-16 02:58:04 +00:00
parent bda426255c
commit 9bf86d16d7

View file

@ -9,19 +9,19 @@
}:
let
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-fuse";
rev = "blobfuse2-${version}";
sha256 = "sha256-QCrBsEh8o4GblCWNcJssm9c6uSQYVs+qrdzfmI9l278=";
sha256 = "sha256-bpMX7flbb/QYZUtq1I1s2lAvrBhW7esPwxN/JupryDo=";
};
in
buildGoModule {
pname = "blobfuse";
inherit version src;
vendorHash = "sha256-ZzpstCTABL9x5NM5tTiWZqOfI+BSKGZfb+ahbFUmcdo=";
vendorHash = "sha256-uWesaZshuBVf4yJiX6YqNMr0GiBkrHhOqefnCrpPCHg=";
buildInputs = [ fuse3 ];