Merge pull request #259062 from GaetanLepage/protobuf

protobuf: 24.3 -> 24.4
This commit is contained in:
Mario Rodas
2023-10-18 05:23:36 -05:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "24.3";
hash = "sha256-wXGQW/o674DeLXX2IlyZskl5OrBcSRptOMoJqLQGm94=";
version = "24.4";
hash = "sha256-I+Xtq4GOs++f/RlVff9MZuolXrMLmrZ2z6mkBayqQ2s=";
} // args)