blobfuse: 2.5.0 -> 2.5.2

This commit is contained in:
R. Ryantm
2026-01-20 23:23:15 +00:00
parent 0fae44bd1d
commit 968d5c9615
+3 -3
View File
@@ -9,19 +9,19 @@
}:
let
version = "2.5.0";
version = "2.5.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-fuse";
rev = "blobfuse2-${version}";
sha256 = "sha256-BRLORwEY8PeD9hFkpm3Gup+eXzdFkW1Rkr73ncyKrso=";
sha256 = "sha256-iTzVKb8z7lQh40iMZiwjeufColiwU2YrihBLNLjS6JI=";
};
in
buildGoModule {
pname = "blobfuse";
inherit version src;
vendorHash = "sha256-L1ix9pRal5Ssfwf+kl9SFC9bbveuKeiuzrBwapvbFZY=";
vendorHash = "sha256-9sT+8o+esVYdqYqAfkvyggqPiIIkG78krv+uID9+UBw=";
buildInputs = [ fuse3 ];